summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-10-30 05:40:06 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-10-30 05:40:06 +0000
commitebc9c716083704658a2ef065f14fe592da3cd4da (patch)
tree7763ddd3b59a0cb6660ea5af18108baea4511711 /games
parentadd libdbi-drivers 0.7.0 (diff)
fix build on -current
Notes
Notes: svn path=/head/; revision=92620
Diffstat (limited to 'games')
-rw-r--r--games/ggz-txt-client/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/ggz-txt-client/Makefile b/games/ggz-txt-client/Makefile
index 5cfa97658823..4ae472c73913 100644
--- a/games/ggz-txt-client/Makefile
+++ b/games/ggz-txt-client/Makefile
@@ -21,8 +21,10 @@ LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \
USE_GETOPT_LONG= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}"
LDFLAGS+= -L${LOCALBASE}/lib -lintl ${PTHREAD_LIBS}
+CONFIGURE_ENV= \
+ CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
+ LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --disable-debug
MAN6= ggz-txt.6