summaryrefslogtreecommitdiff
path: root/games/glife
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-09-11 21:56:26 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-09-11 21:56:26 +0000
commit14f7116e7dffe5071b3bc693b0bbd0f3daef76e2 (patch)
tree911a18bf7d827d816834bdd5d2938c48a3922060 /games/glife
parentunbreak: ${WRKSRC} corrected. (diff)
unbreak: utilize gettext correctly.
Notes
Notes: svn path=/head/; revision=47718
Diffstat (limited to 'games/glife')
-rw-r--r--games/glife/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/glife/Makefile b/games/glife/Makefile
index c42e1d710fc4..4034d1cf067d 100644
--- a/games/glife/Makefile
+++ b/games/glife/Makefile
@@ -18,6 +18,7 @@ MAINTAINER= ports@FreeBSD.org
USE_X_PREFIX= yes
USE_LIBTOOL= yes
USE_GNOME= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
pre-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \