diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-20 11:22:43 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-20 11:22:43 +0000 |
commit | de745b7c095f77edd8c8eda129ca1e2dcc72ceda (patch) | |
tree | 5d75f9694bae6598b07ee5ac74d3d533c2a545c5 /games/ggz-client-libs/Makefile | |
parent | 1a9f56d4df3e70213b72f8e387ded6c7ebbe9ac7 (diff) | |
download | ports-de745b7c095f77edd8c8eda129ca1e2dcc72ceda.tar.gz ports-de745b7c095f77edd8c8eda129ca1e2dcc72ceda.zip |
Notes
Diffstat (limited to 'games/ggz-client-libs/Makefile')
-rw-r--r-- | games/ggz-client-libs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/ggz-client-libs/Makefile b/games/ggz-client-libs/Makefile index d7be68dcd45c..25d8aa29d8d7 100644 --- a/games/ggz-client-libs/Makefile +++ b/games/ggz-client-libs/Makefile @@ -3,7 +3,7 @@ PORTNAME= ggz-client-libs PORTVERSION= ${GGZ_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MAINTAINER= ports@FreeBSD.org @@ -11,7 +11,7 @@ COMMENT= The GGZ Gaming Zone - Core Client Libraries LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 -USES= libtool:oldver +USES= libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug --with-libggz-dir="${LOCALBASE}" USE_LDCONFIG= yes |