summaryrefslogtreecommitdiff
path: root/games/rollemup
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-09-08 13:34:23 +0000
committerjlam <jlam@pkgsrc.org>2000-09-08 13:34:23 +0000
commit4f8cf9c318e6187fb1802dc84ae289689681d5e5 (patch)
treea464a2c911e136c6fea0677334c8b92e12a283ec /games/rollemup
parent9d87386de81e7f96806a2694b0695c3a66acaf54 (diff)
downloadpkgsrc-4f8cf9c318e6187fb1802dc84ae289689681d5e5.tar.gz
We don't need all of suse_linux, just suse_compat and suse_x11.
Diffstat (limited to 'games/rollemup')
-rw-r--r--games/rollemup/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/rollemup/Makefile b/games/rollemup/Makefile
index a488771cee3..e68cdc60a84 100644
--- a/games/rollemup/Makefile
+++ b/games/rollemup/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2000/08/31 02:35:26 hubertf Exp $
+# $NetBSD: Makefile,v 1.15 2000/09/08 13:34:23 jlam Exp $
#
DISTNAME= Rollemup
@@ -36,7 +36,8 @@ ONLY_FOR_PLATFORM= *-*-i386
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
-DEPENDS= suse_linux>=6.1:../../emulators/suse_linux
+DEPENDS= suse_compat>=6.1:../../emulators/suse_compat
+DEPENDS= suse_x11>=6.1:../../emulators/suse_x11
CHECK_SHLIBS= no
.endif