aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-07-25 07:35:51 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-07-25 07:35:51 +0000
commit609f4b0f42f8f6642c8fd3f50bc097e33a67ad61 (patch)
treec23ac6b2d8318870f01be87bb93efdcfd8e03446
parente9063fedaaa9ff2831ed48d07ce5cc50bb223815 (diff)
downloadports-609f4b0f42f8f6642c8fd3f50bc097e33a67ad61.tar.gz
ports-609f4b0f42f8f6642c8fd3f50bc097e33a67ad61.zip
Use USE_GNOMENG.
Notes
Notes: svn path=/head/; revision=63516
-rw-r--r--devel/bonobo-activation/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/bonobo-activation/Makefile b/devel/bonobo-activation/Makefile
index 569f4bbaf759..3634da3890f2 100644
--- a/devel/bonobo-activation/Makefile
+++ b/devel/bonobo-activation/Makefile
@@ -20,7 +20,8 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
USE_BZIP2= yes
USE_GMAKE= yes
USE_BISON= yes
-USE_REINPLACE= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomehack
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
USE_PERL5= yes
@@ -32,9 +33,4 @@ CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
MAN1= bonobo-activation-server.1
-pre-patch:
- @find ${WRKSRC} -name Makefile.in | xargs ${REINPLACE_CMD} -e \
- 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g ; \
- s|[(]libdir[)]/bonobo/servers|(prefix)/libdata/bonobo/servers|g'
-
.include <bsd.port.mk>