aboutsummaryrefslogtreecommitdiff
path: root/textproc/gnome-spell/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-07-10 08:52:11 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-07-10 08:52:11 +0000
commite2839c979ae96540f85f9a61aaae3954452268c3 (patch)
tree1b01c679ab6d9befe1c9b38a58eb7d578a603b4d /textproc/gnome-spell/Makefile
parentf2a0d7370bf7b7a367c37c0eb598160fd0a4d5ce (diff)
downloadports-e2839c979ae96540f85f9a61aaae3954452268c3.tar.gz
ports-e2839c979ae96540f85f9a61aaae3954452268c3.zip
Notes
Diffstat (limited to 'textproc/gnome-spell/Makefile')
-rw-r--r--textproc/gnome-spell/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/textproc/gnome-spell/Makefile b/textproc/gnome-spell/Makefile
index 1b06467397a7..9d3bb125ae8f 100644
--- a/textproc/gnome-spell/Makefile
+++ b/textproc/gnome-spell/Makefile
@@ -20,17 +20,15 @@ LIB_DEPENDS= aspell.11:${PORTSDIR}/textproc/aspell
USE_X_PREFIX= yes
USE_PERL5= yes
USE_GMAKE= yes
-USE_GNOME= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomeprefix gnomehack libglade gal
USE_LIBTOOL= yes
INSTALLS_SHLIB= 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>