diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-30 00:47:21 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-30 00:47:21 +0000 |
commit | 798e9bed2a389dce8a970e15b68176fd49f442db (patch) | |
tree | 9dc5597aab073298ec381964f72cd853b3dd366c /devel/gconf2/Makefile | |
parent | 48b92584b0722f7f6ca412e6cfe16f1381e043cc (diff) | |
download | ports-798e9bed2a389dce8a970e15b68176fd49f442db.tar.gz ports-798e9bed2a389dce8a970e15b68176fd49f442db.zip |
Notes
Diffstat (limited to 'devel/gconf2/Makefile')
-rw-r--r-- | devel/gconf2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index f13b83e6c1b7..f1c3969a5219 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -3,15 +3,14 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/gconf2/Makefile,v 1.62 2005/11/03 18:43:02 mezz Exp $ +# $MCom: ports/devel/gconf2/Makefile,v 1.72 2006/04/13 07:52:32 bland Exp $ # PORTNAME= gconf2 -PORTVERSION= 2.12.1 -PORTREVISION= 1 +PORTVERSION= 2.14.0 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/GConf/2.12 +MASTER_SITE_SUBDIR= sources/GConf/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DISTNAME= GConf-${PORTVERSION} DIST_SUBDIR= gnome2 @@ -20,6 +19,7 @@ COMMENT= A configuration database system for GNOME USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= yes USE_X_PREFIX= yes USE_GNOME= gnomehier gnomehack orbit2 gtk20 libxml2 linc ltverhack INSTALLS_SHLIB= yes |