diff options
author | marcus <marcus@FreeBSD.org> | 2002-07-28 09:27:25 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-07-28 09:27:25 +0800 |
commit | fb947f30bcadeb21a00a493326557efe11001959 (patch) | |
tree | 6d8b26970c83974ea2ccde5837953d228ebc9279 /games | |
parent | 4ef0ee5c0742eddefe891581a58a37d2093b25fe (diff) | |
download | freebsd-ports-gnome-fb947f30bcadeb21a00a493326557efe11001959.tar.gz freebsd-ports-gnome-fb947f30bcadeb21a00a493326557efe11001959.tar.zst freebsd-ports-gnome-fb947f30bcadeb21a00a493326557efe11001959.zip |
Use USE_GNOMENG.
Diffstat (limited to 'games')
-rw-r--r-- | games/glife/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games/glife/Makefile b/games/glife/Makefile index 35f25cbcee1b..179df1952c89 100644 --- a/games/glife/Makefile +++ b/games/glife/Makefile @@ -18,14 +18,12 @@ MAINTAINER= ports@FreeBSD.org USE_REINPLACE= yes USE_X_PREFIX= yes USE_LIBTOOL= yes -USE_GNOME= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack libglade CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-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> |