diff options
author | jlam <jlam@pkgsrc.org> | 2000-09-08 13:34:23 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-09-08 13:34:23 +0000 |
commit | 4f8cf9c318e6187fb1802dc84ae289689681d5e5 (patch) | |
tree | a464a2c911e136c6fea0677334c8b92e12a283ec /games/rollemup | |
parent | 9d87386de81e7f96806a2694b0695c3a66acaf54 (diff) | |
download | pkgsrc-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/Makefile | 5 |
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 |