diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-07-20 18:54:41 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-07-20 18:54:41 +0800 |
commit | c9b3882ac2041b47ba9fbd7c249e5152afb85b3f (patch) | |
tree | 8abfe96341ba950323214c0580b2b230ee6370dd /games | |
parent | 158d383d2bc6c305c4eef30cd21aee40fc89d614 (diff) | |
download | freebsd-ports-gnome-c9b3882ac2041b47ba9fbd7c249e5152afb85b3f.tar.gz freebsd-ports-gnome-c9b3882ac2041b47ba9fbd7c249e5152afb85b3f.tar.zst freebsd-ports-gnome-c9b3882ac2041b47ba9fbd7c249e5152afb85b3f.zip |
Use USE_GNOMENG.
Diffstat (limited to 'games')
-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> |