summaryrefslogtreecommitdiff
path: root/games/rollemup
diff options
context:
space:
mode:
authorjlam <jlam>2000-09-08 13:34:23 +0000
committerjlam <jlam>2000-09-08 13:34:23 +0000
commit5e699d7006aa5b52ea36f4a1143bca30c96d49a1 (patch)
treea464a2c911e136c6fea0677334c8b92e12a283ec /games/rollemup
parentb1888592166bb9a9bfbdc312ae0295abc7918ae2 (diff)
downloadpkgsrc-5e699d7006aa5b52ea36f4a1143bca30c96d49a1.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