summaryrefslogtreecommitdiff
path: root/games/xpat2
diff options
context:
space:
mode:
authortron <tron>2000-08-23 23:14:21 +0000
committertron <tron>2000-08-23 23:14:21 +0000
commit3bb1003bffe659fe78e3ff049aa5e426d687763a (patch)
tree623953a643a6181e26e24311ef14ff20193779e7 /games/xpat2
parentea8b8736a98aa0f9cc1e367db350fc4ffa0d09b1 (diff)
downloadpkgsrc-3bb1003bffe659fe78e3ff049aa5e426d687763a.tar.gz
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'games/xpat2')
-rw-r--r--games/xpat2/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/games/xpat2/Makefile b/games/xpat2/Makefile
index f27dee92bb3..4af49333d8d 100644
--- a/games/xpat2/Makefile
+++ b/games/xpat2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/07/28 18:12:06 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2000/08/23 23:14:27 tron Exp $
# FreeBSD: ports/games/xpat2/Makefile,v 1.11 2000/04/14 12:27:59 asami Exp
DISTNAME= xpat2-1.06
@@ -7,9 +7,8 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:=games/solitaires/}
MAINTAINER= kuebart@mathematik.uni-ulm.de
-DEPENDS= xpm-*:../../graphics/xpm
-
-USE_X11BASE= # defined
+USE_X11BASE= YES
+USE_XPM= YES
EVAL_PREFIX= XPMDIR=xpm
MAKE_ENV+= XPMDIR="${XPMDIR}"