diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-21 17:17:02 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-21 17:17:02 +0800 |
commit | 54312192353f8d74b07a127c00ef3f6b7c0372cb (patch) | |
tree | b44cd22388e8c6556f25018750296b10af49f16b /editors/gedit-plugins3/Makefile | |
parent | 526bd376e7bb8c189ea09103a0e7383a13dfb937 (diff) | |
download | marcuscom-ports-54312192353f8d74b07a127c00ef3f6b7c0372cb.tar marcuscom-ports-54312192353f8d74b07a127c00ef3f6b7c0372cb.tar.gz marcuscom-ports-54312192353f8d74b07a127c00ef3f6b7c0372cb.tar.bz2 marcuscom-ports-54312192353f8d74b07a127c00ef3f6b7c0372cb.tar.lz marcuscom-ports-54312192353f8d74b07a127c00ef3f6b7c0372cb.tar.xz marcuscom-ports-54312192353f8d74b07a127c00ef3f6b7c0372cb.tar.zst marcuscom-ports-54312192353f8d74b07a127c00ef3f6b7c0372cb.zip |
Update to 3.0.4.
Switch to xz distfile.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16082 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors/gedit-plugins3/Makefile')
-rw-r--r-- | editors/gedit-plugins3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/gedit-plugins3/Makefile b/editors/gedit-plugins3/Makefile index d621a9c43..806353b7e 100644 --- a/editors/gedit-plugins3/Makefile +++ b/editors/gedit-plugins3/Makefile @@ -3,11 +3,11 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/editors/gedit-plugins3/Makefile,v 1.9 2011/05/28 12:46:36 kwm Exp $ +# $MCom: ports/editors/gedit-plugins3/Makefile,v 1.10 2011/06/10 22:59:03 mezz Exp $ # PORTNAME= gedit-plugins -PORTVERSION= 3.0.3 +PORTVERSION= 3.0.4 CATEGORIES= editors gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -23,7 +23,7 @@ CONFLICTS= gedit-plugins-2.[0-9]* LATEST_LINK= gedit-plugins3 USE_LDCONFIG= yes -USE_BZIP2= yes +USE_XZ= yes USE_GMAKE= yes USE_GETTEXT= yes USE_AUTOTOOLS= libtool |