diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-18 01:11:45 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-18 01:11:45 +0000 |
commit | cd2706f2f166be5cf74716f75c32432419e739a9 (patch) | |
tree | 462306477975acf979fc021794e43a89e5ae057b | |
parent | 560d3b241a67a6ae85608da33352451cae3fe862 (diff) | |
download | ports-cd2706f2f166be5cf74716f75c32432419e739a9.tar.gz ports-cd2706f2f166be5cf74716f75c32432419e739a9.zip |
Notes
-rw-r--r-- | devel/gconf/Makefile | 10 |
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> |