diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-01 03:34:48 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-01 03:34:48 +0800 |
commit | 5bcb0174305959801ebd38e9e23d5fbd5c752f13 (patch) | |
tree | 6f13350889589dba7930213e637390d030a53583 /editors/gedit3/Makefile | |
parent | d8b5fd2069e92c62a2a7730b1dced889cf374a29 (diff) | |
download | marcuscom-ports-5bcb0174305959801ebd38e9e23d5fbd5c752f13.tar marcuscom-ports-5bcb0174305959801ebd38e9e23d5fbd5c752f13.tar.gz marcuscom-ports-5bcb0174305959801ebd38e9e23d5fbd5c752f13.tar.bz2 marcuscom-ports-5bcb0174305959801ebd38e9e23d5fbd5c752f13.tar.lz marcuscom-ports-5bcb0174305959801ebd38e9e23d5fbd5c752f13.tar.xz marcuscom-ports-5bcb0174305959801ebd38e9e23d5fbd5c752f13.tar.zst marcuscom-ports-5bcb0174305959801ebd38e9e23d5fbd5c752f13.zip |
Update to 3.0.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16017 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors/gedit3/Makefile')
-rw-r--r-- | editors/gedit3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/gedit3/Makefile b/editors/gedit3/Makefile index 34b8e66de..90bcdd14e 100644 --- a/editors/gedit3/Makefile +++ b/editors/gedit3/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/editors/gedit3/Makefile,v 1.15 2011/04/27 12:13:00 kwm Exp $ +# $MCom: ports/editors/gedit3/Makefile,v 1.16 2011/05/28 12:06:10 kwm Exp $ # PORTNAME= gedit -PORTVERSION= 3.0.3 +PORTVERSION= 3.0.4 CATEGORIES= editors gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -26,7 +26,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-co CONFLICTS= gedit-2.[0-9]* USE_XORG= sm -USE_BZIP2= yes +USE_XZ= yes USE_GETTEXT= yes USE_PYTHON= yes INSTALLS_OMF= yes |