aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-08-28 16:46:29 +0800
committermarcus <marcus@FreeBSD.org>2002-08-28 16:46:29 +0800
commit70aaf874a2d8115275336b6509b16a1d64bb6c14 (patch)
treebb256596f11dc3639c767b03ef86f11c6a85214b
parentf054a64c01cc7815b41a36951d7667d8c31eae64 (diff)
downloadfreebsd-ports-graphics-70aaf874a2d8115275336b6509b16a1d64bb6c14.tar.gz
freebsd-ports-graphics-70aaf874a2d8115275336b6509b16a1d64bb6c14.tar.zst
freebsd-ports-graphics-70aaf874a2d8115275336b6509b16a1d64bb6c14.zip
Use USE_GNOMENG.
PR: 42114 Submitted by: maintainer
-rw-r--r--games/gno3dtet/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/games/gno3dtet/Makefile b/games/gno3dtet/Makefile
index 1116d2acfc8..900bbe7b6a6 100644
--- a/games/gno3dtet/Makefile
+++ b/games/gno3dtet/Makefile
@@ -17,17 +17,15 @@ MAINTAINER= ports@FreeBSD.org
USE_REINPLACE= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
-USE_GNOME= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomeprefix gnomehack gnomelibs
USE_LIBTOOL= 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'
post-install:
${CHOWN} root:games ${PREFIX}/bin/gno3dtet