diff options
author | ade <ade@FreeBSD.org> | 2002-02-12 07:50:59 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-02-12 07:50:59 +0800 |
commit | e739bfbc751b960d6be068f0f831843205132253 (patch) | |
tree | 8525427979509bfe8f6bc15930591ebf344d91b7 /devel/gconf/Makefile | |
parent | 12e060013f40b709f248c14d0974ef36115997fb (diff) | |
download | freebsd-ports-gnome-e739bfbc751b960d6be068f0f831843205132253.tar.gz freebsd-ports-gnome-e739bfbc751b960d6be068f0f831843205132253.tar.zst freebsd-ports-gnome-e739bfbc751b960d6be068f0f831843205132253.zip |
Update to 1.0.8
In addition, and this will be occuring with all ports that reference
MASTER_SITE_GNOME as the primary download point, move to using bzip2
tarballs (wherever possible), and place distfile in gnome distfile
subdirectory.
Reviewed by: gnome (the bzip2 and moving of distfiles)
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 |