summaryrefslogtreecommitdiff
path: root/games/freeciv-client/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/freeciv-client/Makefile')
-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"