aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-08-30 20:53:45 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-08-30 20:53:45 +0000
commitfc4dc83e17727996be1732342c8eb63d5bd0c45d (patch)
tree3e683d777329c3c6c4b6b0cd2914c621dacb1cbb /graphics
parentc85c932dd071d80d41eb49b53f27603dcff13349 (diff)
downloadports-fc4dc83e17727996be1732342c8eb63d5bd0c45d.tar.gz
ports-fc4dc83e17727996be1732342c8eb63d5bd0c45d.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gnofract4d/Makefile7
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>