diff options
author | sf <sf@FreeBSD.org> | 2001-09-12 05:56:26 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-09-12 05:56:26 +0800 |
commit | 330f073c911b66c968d41c4a049f998b86ec76eb (patch) | |
tree | 96afad915b20a5fa301988ec5efd6c73015ad9fa /games/glife | |
parent | 2d2ba7bb452a949184b9b958576af46a66f99273 (diff) | |
download | freebsd-ports-gnome-330f073c911b66c968d41c4a049f998b86ec76eb.tar.gz freebsd-ports-gnome-330f073c911b66c968d41c4a049f998b86ec76eb.tar.zst freebsd-ports-gnome-330f073c911b66c968d41c4a049f998b86ec76eb.zip |
unbreak: utilize gettext correctly.
Diffstat (limited to 'games/glife')
-rw-r--r-- | games/glife/Makefile | 1 |
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 ; \ |