aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gnomevfs2
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-04-22 12:46:36 +0800
committermarcus <marcus@FreeBSD.org>2003-04-22 12:46:36 +0800
commit7f1f373c25f74ecfbaf9c5bfb4074a95228216f6 (patch)
treea275bb65cb1b83d2d0c4e0c043186a0176c357ce /devel/gnomevfs2
parente19daf26a391b9070456a133fb8dbaf46ca059c8 (diff)
downloadfreebsd-ports-gnome-7f1f373c25f74ecfbaf9c5bfb4074a95228216f6.tar.gz
freebsd-ports-gnome-7f1f373c25f74ecfbaf9c5bfb4074a95228216f6.tar.zst
freebsd-ports-gnome-7f1f373c25f74ecfbaf9c5bfb4074a95228216f6.zip
Convert to new GNOME infrastructure.
Diffstat (limited to 'devel/gnomevfs2')
-rw-r--r--devel/gnomevfs2/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/gnomevfs2/Makefile b/devel/gnomevfs2/Makefile
index 76e842858d42..323a1cfc5c1d 100644
--- a/devel/gnomevfs2/Makefile
+++ b/devel/gnomevfs2/Makefile
@@ -16,13 +16,10 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME Virtual File System
-LIB_DEPENDS= gconf-2.5:${PORTSDIR}/devel/gconf2 \
- bonobo-2.0:${PORTSDIR}/devel/libbonobo
-
USE_BZIP2= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
-USE_GNOME= gnomeprefix gnomehack gnomehier gnomemimedata
+USE_GNOME= gnomeprefix gnomehack gnomehier gnomemimedata gconf2 libbonobo
USE_REINPLACE= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
@@ -30,7 +27,6 @@ CONFIGURE_ARGS= --with-gconf-source=xml::${PREFIX}/etc/gconf/gconf.xml.defaults
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
BSD_PTHREAD_LIBS=${PTHREAD_LIBS}
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
.include <bsd.port.pre.mk>