aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gconf
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-07-18 09:11:45 +0800
committermarcus <marcus@FreeBSD.org>2003-07-18 09:11:45 +0800
commita56942f83af640d3045a7b77c6d788cc92dd8dac (patch)
treef9dfe297218067d7cefafbaa6c12d7ff39e870d3 /devel/gconf
parentdc8598def8dbf4295dd34893922e9a76d76597da (diff)
downloadfreebsd-ports-gnome-a56942f83af640d3045a7b77c6d788cc92dd8dac.tar.gz
freebsd-ports-gnome-a56942f83af640d3045a7b77c6d788cc92dd8dac.tar.zst
freebsd-ports-gnome-a56942f83af640d3045a7b77c6d788cc92dd8dac.zip
* Remove dependency on BDB [1]
* Use gnometarget Suggested by: mi [1]
Diffstat (limited to 'devel/gconf')
-rw-r--r--devel/gconf/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/devel/gconf/Makefile b/devel/gconf/Makefile
index 8ead46f79df7..f4579c241abc 100644
--- a/devel/gconf/Makefile
+++ b/devel/gconf/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gconf
PORTVERSION= 1.0.9
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/GConf/1.0
@@ -17,17 +17,15 @@ DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= A configuration database system for GNOME
-LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile \
- db3.3:${PORTSDIR}/databases/db3
+LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
USE_BZIP2= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
-USE_GNOME= gnomeprefix gnomehack glib12 gtk12 oaf libxml orbit
+USE_GNOME= gnomeprefix gnomehack gnometarget glib12 gtk12 oaf libxml orbit
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
+ LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>