diff options
author | Ade Lovett <ade@FreeBSD.org> | 2002-02-11 23:50:59 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2002-02-11 23:50:59 +0000 |
commit | a65931adcbbbd87c3dc5f4fe5012986ccf8d196c (patch) | |
tree | 8ba9105e2877b9f975441888aa728b564f0866c8 /devel/gconf/Makefile | |
parent | dca3a2ee6dc3dfd55fac2656516007e0ac67169d (diff) |
Notes
Diffstat (limited to 'devel/gconf/Makefile')
-rw-r--r-- | devel/gconf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/gconf/Makefile b/devel/gconf/Makefile index dd6b18354625..fe9cb36ffc55 100644 --- a/devel/gconf/Makefile +++ b/devel/gconf/Makefile @@ -6,12 +6,12 @@ # PORTNAME= gconf -PORTVERSION= 1.0.7 -PORTREVISION= 1 +PORTVERSION= 1.0.8 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/GConf DISTNAME= GConf-${PORTVERSION} +DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org @@ -19,6 +19,7 @@ LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile \ oaf.0:${PORTSDIR}/devel/oaf \ db3.2:${PORTSDIR}/databases/db3 +USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOMELIBS= yes |