summaryrefslogtreecommitdiff
path: root/games/glife/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-07-28 01:27:25 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-07-28 01:27:25 +0000
commit313ab95b42034defc0918867a5c039d6c49ecdf7 (patch)
treecd55a3d5d8406a39deb4e712212a5267481e0423 /games/glife/Makefile
parentUse USE_GNOMENG. (diff)
Use USE_GNOMENG.
Notes
Notes: svn path=/head/; revision=63638
Diffstat (limited to '')
-rw-r--r--games/glife/Makefile8
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>