diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-08-07 03:06:30 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-08-07 03:06:30 +0800 |
commit | 36b31b42049a60a73e23655795087c6726f532c5 (patch) | |
tree | ba0554be0ac5de3ad2b75f88cef13595aaae59be /games/gnomebreakout | |
parent | 75faf75eaa69adad9c3c515dfa0d56b012fc7935 (diff) | |
download | freebsd-ports-gnome-36b31b42049a60a73e23655795087c6726f532c5.tar.gz freebsd-ports-gnome-36b31b42049a60a73e23655795087c6726f532c5.tar.zst freebsd-ports-gnome-36b31b42049a60a73e23655795087c6726f532c5.zip |
Use USE_GNOMENG.
Diffstat (limited to 'games/gnomebreakout')
-rw-r--r-- | games/gnomebreakout/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games/gnomebreakout/Makefile b/games/gnomebreakout/Makefile index 74556a3c7429..3b347d306ad1 100644 --- a/games/gnomebreakout/Makefile +++ b/games/gnomebreakout/Makefile @@ -15,16 +15,14 @@ MAINTAINER= ports@FreeBSD.org USE_REINPLACE= yes USE_X_PREFIX= yes -USE_GNOME= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack gnomelibs GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -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> |