diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-18 06:49:37 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-18 06:49:37 +0000 |
commit | 9c0caae1c20155b432bb0feb074a8fd9cc1c12bc (patch) | |
tree | 534d0190982c831de589344c3003940ec6f2d6b1 /devel/libbonobo/Makefile | |
parent | 27d17afba2c21f490ea8472d7aa37495e02e3ed8 (diff) |
Notes
Diffstat (limited to 'devel/libbonobo/Makefile')
-rw-r--r-- | devel/libbonobo/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile index bd6b2098a51c..ca1d5b1681f0 100644 --- a/devel/libbonobo/Makefile +++ b/devel/libbonobo/Makefile @@ -6,10 +6,10 @@ # PORTNAME= libbonobo -PORTVERSION= 2.2.3 +PORTVERSION= 2.4.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.2 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.4 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org @@ -18,17 +18,16 @@ COMMENT= A component and compound document system for GNOME2 USE_BZIP2= yes USE_GMAKE= yes USE_BISON= yes -USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL= yes -USE_GNOME= gnomehack bonoboactivation +GNU_CONFIGURE= yes +USE_PERL5= yes +USE_GNOME= gnomehack libxml2 orbit2 CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" MAKE_ENV= gnomelocaledir=${PREFIX}/share/locale -post-patch: - @${REINPLACE_CMD} -e "/^SUBDIRS/s/tests//" ${WRKSRC}/Makefile.in +MAN1= bonobo-activation-server.1 .include <bsd.port.mk> |