diff options
author | soren <soren> | 2000-01-11 02:25:28 +0000 |
---|---|---|
committer | soren <soren> | 2000-01-11 02:25:28 +0000 |
commit | c605cc2ff6f4e264e02204f70257c2558b371ede (patch) | |
tree | cf2604dc53b55fec4c87a006cd85f387acf461a4 /games | |
parent | 17e6a55090fb9dd0fce5f854e0d8468a385cdb4e (diff) | |
download | pkgsrc-c605cc2ff6f4e264e02204f70257c2558b371ede.tar.gz |
Allow newer versions of SuSE Linux libraries.
Diffstat (limited to 'games')
-rw-r--r-- | games/rollemup/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/rollemup/Makefile b/games/rollemup/Makefile index 5bbe023a75d..8d287468785 100644 --- a/games/rollemup/Makefile +++ b/games/rollemup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/01/02 03:20:13 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2000/01/11 02:25:28 soren Exp $ # DISTNAME= Rollemup @@ -31,7 +31,7 @@ ONLY_FOR_PLATFORM= *-*-i386 .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "NetBSD" -DEPENDS= suse_linux-6.1p1:../../emulators/suse_linux +DEPENDS= suse_linux>=6.1p1:../../emulators/suse_linux .endif do-build: |