diff options
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 6f25b58ef096..2833655cdd73 100644 --- a/devel/gconf/Makefile +++ b/devel/gconf/Makefile @@ -7,7 +7,7 @@ PORTNAME= gconf PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/GConf @@ -16,7 +16,8 @@ DISTNAME= GConf-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile \ - oaf.0:${PORTSDIR}/devel/oaf + oaf.0:${PORTSDIR}/devel/oaf \ + db3.2:${PORTSDIR}/databases/db3 USE_GMAKE= yes USE_X_PREFIX= yes |