summaryrefslogtreecommitdiff
path: root/devel/anjuta-devel
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-07-27 22:58:47 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-07-27 22:58:47 +0000
commit8e9366c679c9b9dd38bace93bddb5790972bbfb7 (patch)
tree3952748e6eb49503142987d7baa17fce3b21430f /devel/anjuta-devel
parentUpgrade to 7.9.10. (diff)
Use USE_GNOMENG.
Notes
Notes: svn path=/head/; revision=63637
Diffstat (limited to 'devel/anjuta-devel')
-rw-r--r--devel/anjuta-devel/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/devel/anjuta-devel/Makefile b/devel/anjuta-devel/Makefile
index 9339b0e72fc8..3b1421ed1f1f 100644
--- a/devel/anjuta-devel/Makefile
+++ b/devel/anjuta-devel/Makefile
@@ -13,23 +13,19 @@ MASTER_SITE_SUBDIR= anjuta
MAINTAINER= gnome@FreeBSD.org
-BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
LIB_DEPENDS= scintilla.1:${PORTSDIR}/x11-toolkits/scintilla
-RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
USE_X_PREFIX= yes
USE_GMAKE= yes
-USE_GNOME= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomeprefix gnomehack gnomelibs gnomevfs
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
-pre-patch:
+post-patch:
@${REINPLACE_CMD} -e 's#-lpthread#${PTHREAD_LIBS}#g ; \
s#DATADIRNAME=lib#DATADIRNAME=share#g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "Makefile.in*" | xargs ${REINPLACE_CMD} -e \
- 's|[(]datadir[)]/gnome/|(datadir)/|g ; \
- s|[(]datadir[)]/locale|(prefix)/share/locale|g'
.include <bsd.port.mk>