summaryrefslogtreecommitdiff
path: root/games/maelstrom/Makefile
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/maelstrom/Makefile
parentea8b8736a98aa0f9cc1e367db350fc4ffa0d09b1 (diff)
downloadpkgsrc-3bb1003bffe659fe78e3ff049aa5e426d687763a.tar.gz
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'games/maelstrom/Makefile')
-rw-r--r--games/maelstrom/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/games/maelstrom/Makefile b/games/maelstrom/Makefile
index f1d497f241c..e66a3578ba3 100644
--- a/games/maelstrom/Makefile
+++ b/games/maelstrom/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2000/07/30 05:46:24 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2000/08/23 23:14:25 tron Exp $
DISTNAME= Maelstrom-1.4.3-L2.0.6-src.tar.gz
PKGNAME= maelstrom-2.0.6
@@ -11,8 +11,6 @@ DISTFILES= ${DISTNAME} ${STREK} ${SWARS} ${ESOUND}
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.ambrosiasw.com/Products/Maelstrom.html
-DEPENDS+= xpm-3.4k:../../graphics/xpm
-
ESOUND= Maelstrom-Sounds-L2.0.0.tar.gz
STREK= Star_Trek.tar.gz
SWARS= Star_Wars.tar.gz
@@ -20,7 +18,8 @@ SWARS= Star_Wars.tar.gz
EXTRACT_ONLY= ${DISTNAME}
WRKSRC= ${WRKDIR}/Maelstrom
-USE_X11BASE= yes
+USE_X11BASE= YES
+USE_XPM= YES
EVAL_PREFIX+= XPMDIR=xpm
MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} XPMDIR=${XPMDIR}