diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 04:46:36 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 04:46:36 +0000 |
commit | 0874a464094102ad4dc553e7db14969221c7cf95 (patch) | |
tree | 316c72268fa0edde5c158a669c6eb69de6eddfb6 /devel/libgsf | |
parent | 4ad2671dc72463274d5e8748d71f30fa4e94e254 (diff) | |
download | ports-0874a464094102ad4dc553e7db14969221c7cf95.tar.gz ports-0874a464094102ad4dc553e7db14969221c7cf95.zip |
Notes
Diffstat (limited to 'devel/libgsf')
-rw-r--r-- | devel/libgsf/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile index 4ae662aa0d55..7a7a74212d2d 100644 --- a/devel/libgsf/Makefile +++ b/devel/libgsf/Makefile @@ -15,18 +15,14 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= An extensible i/o abstraction for dealing with structured file formats -LIB_DEPENDS= bonobo-2.0:${PORTSDIR}/devel/libbonobo \ - gnomevfs-2.0:${PORTSDIR}/devel/gnomevfs2 - USE_BZIP2= yes USE_GMAKE= yes INSTALLS_SHLIB= yes -USE_GNOME= gnomehack +USE_GNOME= gnomehack libbonobo gnomevfs2 USE_LIBTOOL= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc/gsf \ --disable-gtk-doc --with-gnome CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} .include <bsd.port.mk> |