aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-07-25 15:35:51 +0800
committersobomax <sobomax@FreeBSD.org>2002-07-25 15:35:51 +0800
commit8236531aef66b5356b40040e750b648aa2605e5d (patch)
tree3d1ff9a0e1cd95c06ea9b7105e9190a95dd7a26b /devel
parentd3aecf686fba54bbb4ef226352861be56df2510d (diff)
downloadfreebsd-ports-gnome-8236531aef66b5356b40040e750b648aa2605e5d.tar.gz
freebsd-ports-gnome-8236531aef66b5356b40040e750b648aa2605e5d.tar.zst
freebsd-ports-gnome-8236531aef66b5356b40040e750b648aa2605e5d.zip
Use USE_GNOMENG.
Diffstat (limited to 'devel')
-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>