aboutsummaryrefslogtreecommitdiffstats
path: root/devel/anjuta
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-07-28 06:58:47 +0800
committermarcus <marcus@FreeBSD.org>2002-07-28 06:58:47 +0800
commit4ef0ee5c0742eddefe891581a58a37d2093b25fe (patch)
tree28cff2b1d792edad830bb22e9bd547944f597175 /devel/anjuta
parent54d689c11eb53fb4345d740e2af0f88a10217537 (diff)
downloadfreebsd-ports-gnome-4ef0ee5c0742eddefe891581a58a37d2093b25fe.tar.gz
freebsd-ports-gnome-4ef0ee5c0742eddefe891581a58a37d2093b25fe.tar.zst
freebsd-ports-gnome-4ef0ee5c0742eddefe891581a58a37d2093b25fe.zip
Use USE_GNOMENG.
Diffstat (limited to 'devel/anjuta')
-rw-r--r--devel/anjuta/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile
index 9339b0e72fc8..3b1421ed1f1f 100644
--- a/devel/anjuta/Makefile
+++ b/devel/anjuta/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>