diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-20 10:54:41 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-20 10:54:41 +0000 |
commit | 0394ab4b9b22921fb1b60de3374ccb5539ad2196 (patch) | |
tree | 7e8aadc4ced07f9f4083768f4950cc8fbde06fb7 | |
parent | New INDEX, with 7365 ports. (diff) |
Use USE_GNOMENG.
Notes
Notes:
svn path=/head/; revision=63264
Diffstat (limited to '')
-rw-r--r-- | games/bombermaze/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games/bombermaze/Makefile b/games/bombermaze/Makefile index cb8a2ef933d4..b19e8f4a453e 100644 --- a/games/bombermaze/Makefile +++ b/games/bombermaze/Makefile @@ -15,7 +15,8 @@ MAINTAINER= gnome@FreeBSD.org USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf USE_REINPLACE= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ @@ -23,11 +24,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CFLAGS+= -fpermissive -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> |