diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-31 22:18:51 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-31 22:18:51 +0000 |
commit | 336ae3953d3d62c41f48186a34121cb574159ca6 (patch) | |
tree | 514fbec7b37d5858d68f5654aa26807a11992fe7 /devel/gconf2 | |
parent | 25365ad3f37dc7b9b2ea7aa219f9f07f096d732d (diff) | |
download | ports-336ae3953d3d62c41f48186a34121cb574159ca6.tar.gz ports-336ae3953d3d62c41f48186a34121cb574159ca6.zip |
Notes
Diffstat (limited to 'devel/gconf2')
-rw-r--r-- | devel/gconf2/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index bab9ca3fe245..4e1a7b6f432d 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -8,6 +8,7 @@ PORTNAME= gconf2 PORTVERSION= 2.14.0 +PORTREVISION?= 2 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/GConf/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -18,15 +19,12 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A configuration database system for GNOME USE_BZIP2= yes -PREFIX?= ${X11BASE} .if !defined(REFERENCE_PORT) -PORTREVISION= 2 - USE_GMAKE= yes USE_GETTEXT= yes -USE_XLIB= yes +USE_X_PREFIX= yes USE_GNOME= gnomehier gnomehack orbit2 gtk20 libxml2 linc ltverhack referencehack INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 |