summaryrefslogtreecommitdiff
path: root/games/xpat2
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/xpat2
parent3587744105d1c40ee4f94fcd5c50335818522169 (diff)
downloadpkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.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}"