aboutsummaryrefslogtreecommitdiff
path: root/games/ggz-client-libs/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-12-03 13:38:23 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-12-03 13:38:23 +0000
commit747c3070c35f7e35f3b5368d0a8f0a37e508f52d (patch)
tree5a3517d027a6f846b71222b0b1641cbede3dca6e /games/ggz-client-libs/Makefile
parent45cb949e53d9be9e22046571e5be356344856750 (diff)
downloadports-747c3070c35f7e35f3b5368d0a8f0a37e508f52d.tar.gz
ports-747c3070c35f7e35f3b5368d0a8f0a37e508f52d.zip
Notes
Diffstat (limited to 'games/ggz-client-libs/Makefile')
-rw-r--r--games/ggz-client-libs/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/games/ggz-client-libs/Makefile b/games/ggz-client-libs/Makefile
index e6d6b6997b8c..acb4ee2a90fe 100644
--- a/games/ggz-client-libs/Makefile
+++ b/games/ggz-client-libs/Makefile
@@ -11,7 +11,7 @@ COMMENT= The GGZ Gaming Zone - Core Client Libraries
LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2
-USES= libtool
+USES= gettext libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-debug --with-libggz-dir="${LOCALBASE}"
USE_LDCONFIG= yes
@@ -22,12 +22,6 @@ INSTALL_TARGET= install-strip
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -pthread -lexpat
-OPTIONS_DEFINE= NLS
-OPTIONS_SUB= yes
-
-NLS_USES= gettext
-NLS_CONFIGURE_OFF= --disable-nls
-
post-patch:
@${REINPLACE_CMD} -e 's|libggz.la|libggz.so|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|#!/bin/bash|#!/bin/sh|' \