diff options
author | soren <soren@pkgsrc.org> | 2000-01-11 02:25:28 +0000 |
---|---|---|
committer | soren <soren@pkgsrc.org> | 2000-01-11 02:25:28 +0000 |
commit | 2259fe94f260d44c734926e2f2b7f1c9baa27623 (patch) | |
tree | cf2604dc53b55fec4c87a006cd85f387acf461a4 /games/rollemup | |
parent | 5b59feda75162b8e2e5e5412b32554f8c448d20a (diff) | |
download | pkgsrc-2259fe94f260d44c734926e2f2b7f1c9baa27623.tar.gz |
Allow newer versions of SuSE Linux libraries.
Diffstat (limited to 'games/rollemup')
-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: |