diff options
author | salo <salo@pkgsrc.org> | 2006-06-09 20:49:09 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2006-06-09 20:49:09 +0000 |
commit | e0cfe10f0e7ffcd588e22c973ac97e427d995803 (patch) | |
tree | 3907b77f0106ee27fa70d901e78b0e3017cf3318 /games | |
parent | ccc57c46aeb563cbd19a2662741153b3916e5507 (diff) | |
download | pkgsrc-e0cfe10f0e7ffcd588e22c973ac97e427d995803.tar.gz |
Needs pkg-config to build.
Diffstat (limited to 'games')
-rw-r--r-- | games/freeciv-client/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/freeciv-client/Makefile b/games/freeciv-client/Makefile index a658d68d73a..38bc55a703c 100644 --- a/games/freeciv-client/Makefile +++ b/games/freeciv-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2006/04/17 13:46:28 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2006/06/09 20:49:09 salo Exp $ PKGNAME= ${DISTNAME:S/-/-client-/} PKGREVISION= 1 @@ -9,6 +9,8 @@ DEPENDS+= freeciv-sounds>=3.0:../../games/freeciv-sounds CONFLICTS= freeciv-client-gtk<=1.11.4 +USE_TOOLS+= pkg-config + CONFIGURE_ARGS+= --disable-make-data CONFIGURE_ARGS+= --disable-server |