summaryrefslogtreecommitdiff
path: root/games/freeciv-client
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-08-23 23:14:21 +0000
committertron <tron@pkgsrc.org>2000-08-23 23:14:21 +0000
commitf0b9164cf1068dd6dc3d7a77da6b33ac09689177 (patch)
tree623953a643a6181e26e24311ef14ff20193779e7 /games/freeciv-client
parent3587744105d1c40ee4f94fcd5c50335818522169 (diff)
downloadpkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'games/freeciv-client')
-rw-r--r--games/freeciv-client/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/games/freeciv-client/Makefile b/games/freeciv-client/Makefile
index c9d80a2f1f4..f954ad62e1d 100644
--- a/games/freeciv-client/Makefile
+++ b/games/freeciv-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/08/12 06:34:33 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2000/08/23 23:14:27 tron Exp $
PKGNAME= ${DISTNAME:S/-/-client-/}
@@ -8,8 +8,9 @@ DEPENDS+= xpm-*:../../graphics/xpm
CONFLICTS= freeciv-client-gtk-*
-USE_XAW= # defined
-USE_X11= # defined
+USE_X11= YES
+USE_XAW= YES
+USE_XPM= YES
.include "../../mk/bsd.prefs.mk"