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 /audio/rvplayer | |
parent | 5b59feda75162b8e2e5e5412b32554f8c448d20a (diff) | |
download | pkgsrc-2259fe94f260d44c734926e2f2b7f1c9baa27623.tar.gz |
Allow newer versions of SuSE Linux libraries.
Diffstat (limited to 'audio/rvplayer')
-rw-r--r-- | audio/rvplayer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/rvplayer/Makefile b/audio/rvplayer/Makefile index 763cb3ab14b..b93726fa587 100644 --- a/audio/rvplayer/Makefile +++ b/audio/rvplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/11/25 00:05:10 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2000/01/11 02:25:28 soren Exp $ # DISTNAME= rv50_linux20 @@ -15,7 +15,7 @@ RESTRICTED= "Export-controlled" MIRROR_DISTFILE= no ONLY_FOR_PLATFORM= NetBSD-*-i386 -DEPENDS= suse_linux-6.1p1:../../emulators/suse_linux +DEPENDS= suse_linux>=6.1p1:../../emulators/suse_linux REAL_HOME= ${PREFIX}/lib/rvplayer DOCDIR= ${PREFIX}/share/doc/rvplayer |