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 /graphics | |
parent | 5b59feda75162b8e2e5e5412b32554f8c448d20a (diff) | |
download | pkgsrc-2259fe94f260d44c734926e2f2b7f1c9baa27623.tar.gz |
Allow newer versions of SuSE Linux libraries.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/CompuPic/Makefile | 4 | ||||
-rw-r--r-- | graphics/mtv/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/CompuPic/Makefile b/graphics/CompuPic/Makefile index 8bf3a2c8150..34d93d14704 100644 --- a/graphics/CompuPic/Makefile +++ b/graphics/CompuPic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/11/23 16:54:40 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2000/01/11 02:25:29 soren Exp $ # DISTNAME= compupic-current-i386-Linux @@ -9,7 +9,7 @@ MASTER_SITES= http://linux.compupic.com/files/ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://linux.compupic.com/ -DEPENDS+= suse_linux-6.1p1:../../emulators/suse_linux +DEPENDS+= suse_linux>=6.1p1:../../emulators/suse_linux ONLY_FOR_PLATFORM= NetBSD-*-i386 Linux-*-i386 diff --git a/graphics/mtv/Makefile b/graphics/mtv/Makefile index 7540d155ee0..3bb10747621 100644 --- a/graphics/mtv/Makefile +++ b/graphics/mtv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1999/10/07 17:41:54 tron Exp $ +# $NetBSD: Makefile,v 1.11 2000/01/11 02:25:29 soren Exp $ DISTNAME= mtv-1.1.0.3 CATEGORIES= graphics @@ -10,7 +10,7 @@ ONLY_FOR_PLATFORM= NetBSD-1.4[K-Z]-i386 NetBSD-1.[5-9]*-i386 MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.mpegtv.com/ -DEPENDS= suse_xforms-6.1p1:../../emulators/suse_xforms +DEPENDS= suse_xforms>=6.1p1:../../emulators/suse_xforms DIST_SUBDIR= mtv LICENSE= fee-based-commercial-use |