diff options
author | naddy <naddy@FreeBSD.org> | 2002-08-31 04:53:45 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-08-31 04:53:45 +0800 |
commit | a9556c733f4a72c4a63ba66a201c3b67185cc565 (patch) | |
tree | 32b688d61e241dfe8dabd2e3c819fd042bddbdb2 /graphics/gnofract4d/Makefile | |
parent | fdab6e6c2b22459f9571ca597765a1abef7e9fcd (diff) | |
download | freebsd-ports-gnome-a9556c733f4a72c4a63ba66a201c3b67185cc565.tar.gz freebsd-ports-gnome-a9556c733f4a72c4a63ba66a201c3b67185cc565.tar.zst freebsd-ports-gnome-a9556c733f4a72c4a63ba66a201c3b67185cc565.zip |
Update to use GNOMENG.
PR: 42127
Submitted by: Juan Salaverria <rael@vectorstar.net>
Diffstat (limited to 'graphics/gnofract4d/Makefile')
-rw-r--r-- | graphics/gnofract4d/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/gnofract4d/Makefile b/graphics/gnofract4d/Makefile index e4f251222a7b..129be5b8aafd 100644 --- a/graphics/gnofract4d/Makefile +++ b/graphics/gnofract4d/Makefile @@ -16,18 +16,17 @@ MAINTAINER= ports@FreeBSD.org USE_REINPLACE= yes USE_X_PREFIX= yes USE_NEWGCC= 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" CONFIGURE_ARGS= --enable-compile-warnings=no -pre-patch: +post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure @${FIND} ${WRKSRC} -name "*Makefile*" | ${XARGS} ${REINPLACE_CMD} -e \ 's|-g -O2 -Wall -D_REENTRANT|\@CXXFLAGS\@|g ; \ - s|datadir)/gnome|datadir)|g ; \ - s|datadir)/locale|prefix)/share/locale|g ; \ s|gnofract4d_helpdir)/images|gnofract4d_helpdir)|g' .include <bsd.port.mk> |