diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 12:46:36 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 12:46:36 +0800 |
commit | 0874a464094102ad4dc553e7db14969221c7cf95 (patch) | |
tree | 316c72268fa0edde5c158a669c6eb69de6eddfb6 /devel/libbonobo | |
parent | 4ad2671dc72463274d5e8748d71f30fa4e94e254 (diff) | |
download | freebsd-ports-gnome-0874a464094102ad4dc553e7db14969221c7cf95.tar.gz freebsd-ports-gnome-0874a464094102ad4dc553e7db14969221c7cf95.tar.zst freebsd-ports-gnome-0874a464094102ad4dc553e7db14969221c7cf95.zip |
Convert to new GNOME infrastructure.
Diffstat (limited to 'devel/libbonobo')
-rw-r--r-- | devel/libbonobo/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile index 1d4279a66c22..38faede2cbdc 100644 --- a/devel/libbonobo/Makefile +++ b/devel/libbonobo/Makefile @@ -15,20 +15,17 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A component and compound document system for GNOME2 -LIB_DEPENDS= bonobo-activation.4:${PORTSDIR}/devel/bonobo-activation - USE_BZIP2= yes USE_GMAKE= yes USE_BISON= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes -USE_GNOME= gnomehack +USE_GNOME= gnomehack bonoboactivation CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAKE_ENV= gnomelocaledir=${PREFIX}/share/locale .include <bsd.port.mk> |