diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-07-21 04:49:09 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-07-21 04:49:09 +0000 |
commit | fd47512c4d4c56a44be1c04e959ff603cf484c84 (patch) | |
tree | 9750e5e8ac0d220c2ad011ce48800d00b80ac5b3 /devel/gconf | |
parent | e9c1a8c826b30368b045802db85d5822dd5f2626 (diff) |
Notes
Diffstat (limited to 'devel/gconf')
-rw-r--r-- | devel/gconf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gconf/Makefile b/devel/gconf/Makefile index 7aeb5a145967..4813a661c518 100644 --- a/devel/gconf/Makefile +++ b/devel/gconf/Makefile @@ -8,7 +8,7 @@ PORTNAME= gconf PORTVERSION= 1.0.9 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/GConf/1.0 @@ -18,7 +18,7 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= A configuration database system for GNOME -LIB_DEPENDS= guile.18:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes |