diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-08-30 20:53:45 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-08-30 20:53:45 +0000 |
commit | fc4dc83e17727996be1732342c8eb63d5bd0c45d (patch) | |
tree | 3e683d777329c3c6c4b6b0cd2914c621dacb1cbb /graphics/gnofract4d/Makefile | |
parent | Fix dependencies, and add a patch to ignore looking (diff) |
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> |