diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-08-06 19:06:30 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-08-06 19:06:30 +0000 |
commit | c0633510da317c661ae44bc821eb97649ae74106 (patch) | |
tree | 7ef93f9f261eb1db468322db19874df79369ff2e /devel/gnome-crash | |
parent | Update to 0.6. (diff) |
Use USE_GNOMENG.
Diffstat (limited to 'devel/gnome-crash')
-rw-r--r-- | devel/gnome-crash/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/devel/gnome-crash/Makefile b/devel/gnome-crash/Makefile index 5e4dbd586990..636758d701f9 100644 --- a/devel/gnome-crash/Makefile +++ b/devel/gnome-crash/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> |