aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gnomecrash
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-08-07 03:06:30 +0800
committersobomax <sobomax@FreeBSD.org>2002-08-07 03:06:30 +0800
commit36b31b42049a60a73e23655795087c6726f532c5 (patch)
treeba0554be0ac5de3ad2b75f88cef13595aaae59be /devel/gnomecrash
parent75faf75eaa69adad9c3c515dfa0d56b012fc7935 (diff)
downloadfreebsd-ports-gnome-36b31b42049a60a73e23655795087c6726f532c5.tar.gz
freebsd-ports-gnome-36b31b42049a60a73e23655795087c6726f532c5.tar.zst
freebsd-ports-gnome-36b31b42049a60a73e23655795087c6726f532c5.zip
Use USE_GNOMENG.
Diffstat (limited to 'devel/gnomecrash')
-rw-r--r--devel/gnomecrash/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/devel/gnomecrash/Makefile b/devel/gnomecrash/Makefile
index 5e4dbd586990..636758d701f9 100644
--- a/devel/gnomecrash/Makefile
+++ b/devel/gnomecrash/Makefile
@@ -16,16 +16,14 @@ MAINTAINER= gnome@FreeBSD.org
USE_X_PREFIX= yes
USE_GMAKE= yes
-USE_GNOME= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomeprefix gnomehack libglade gnomeprint
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
-pre-patch:
- @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
+post-patch:
+ @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
- 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
- s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
.include <bsd.port.mk>