diff options
author | tron <tron> | 2001-01-25 09:19:01 +0000 |
---|---|---|
committer | tron <tron> | 2001-01-25 09:19:01 +0000 |
commit | 05c44ea33b762a4e687b3a4067a0b90eb6850050 (patch) | |
tree | f5807ede6189b78da6f22c6d41f78f6eae6e08b2 /emulators | |
parent | e8b264b4bcea734fab2e817e8f9109349a78b564 (diff) | |
download | pkgsrc-05c44ea33b762a4e687b3a4067a0b90eb6850050.tar.gz |
Depend on "suse_base" 6.4 or newer.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse_audio/Makefile | 4 | ||||
-rw-r--r-- | emulators/suse_compat/Makefile | 4 | ||||
-rw-r--r-- | emulators/suse_libjpeg/Makefile | 4 | ||||
-rw-r--r-- | emulators/suse_libpng/Makefile | 4 | ||||
-rw-r--r-- | emulators/suse_x11/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/emulators/suse_audio/Makefile b/emulators/suse_audio/Makefile index c451ceb730a..c4f515896a2 100644 --- a/emulators/suse_audio/Makefile +++ b/emulators/suse_audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/12/17 13:05:41 tron Exp $ +# $NetBSD: Makefile,v 1.4 2001/01/25 09:23:25 tron Exp $ DISTNAME= suse_audio-${SUSE_VERSION} CATEGORIES= emulators @@ -8,7 +8,7 @@ DISTFILES= ${RPMFILES} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.suse.com/ -DEPENDS+= suse_base-${SUSE_VERSION}:../suse_base +DEPENDS+= suse_base>=${SUSE_VERSION}:../suse_base ONLY_FOR_PLATFORM= NetBSD-*-i386 diff --git a/emulators/suse_compat/Makefile b/emulators/suse_compat/Makefile index 7794e1c9ace..c28f4c52d56 100644 --- a/emulators/suse_compat/Makefile +++ b/emulators/suse_compat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/12/17 13:05:42 tron Exp $ +# $NetBSD: Makefile,v 1.10 2001/01/25 09:19:01 tron Exp $ DISTNAME= compat PKGNAME= suse_compat-${SUSE_VERSION} @@ -9,7 +9,7 @@ EXTRACT_SUFX= .rpm MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.suse.com/ -DEPENDS+= suse_base-${SUSE_VERSION}:../suse_base +DEPENDS+= suse_base>=${SUSE_VERSION}:../suse_base ONLY_FOR_PLATFORM= NetBSD-*-i386 diff --git a/emulators/suse_libjpeg/Makefile b/emulators/suse_libjpeg/Makefile index 94a0f91d919..404a96e3f0e 100644 --- a/emulators/suse_libjpeg/Makefile +++ b/emulators/suse_libjpeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/12/17 13:05:44 tron Exp $ +# $NetBSD: Makefile,v 1.4 2001/01/25 09:23:57 tron Exp $ DISTNAME= suse_libjpeg-${SUSE_VERSION} CATEGORIES= emulators @@ -8,7 +8,7 @@ DISTFILES= ${RPMFILES} MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.suse.com/ -DEPENDS+= suse_base-${SUSE_VERSION}:../suse_base +DEPENDS+= suse_base>=${SUSE_VERSION}:../suse_base ONLY_FOR_PLATFORM= NetBSD-*-i386 diff --git a/emulators/suse_libpng/Makefile b/emulators/suse_libpng/Makefile index 7c0e0e3be82..a8991d6a2bf 100644 --- a/emulators/suse_libpng/Makefile +++ b/emulators/suse_libpng/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/12/17 13:05:44 tron Exp $ +# $NetBSD: Makefile,v 1.4 2001/01/25 09:24:45 tron Exp $ DISTNAME= suse_libpng-${SUSE_VERSION} CATEGORIES= emulators @@ -8,7 +8,7 @@ DISTFILES= ${RPMFILES} MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.suse.com/ -DEPENDS+= suse_base-${SUSE_VERSION}:../suse_base +DEPENDS+= suse_base>=${SUSE_VERSION}:../suse_base ONLY_FOR_PLATFORM= NetBSD-*-i386 diff --git a/emulators/suse_x11/Makefile b/emulators/suse_x11/Makefile index d5c11ba192f..53e72563fcb 100644 --- a/emulators/suse_x11/Makefile +++ b/emulators/suse_x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2000/12/17 13:05:44 tron Exp $ +# $NetBSD: Makefile,v 1.13 2001/01/25 09:21:56 tron Exp $ DISTNAME= suse_x11-${SUSE_VERSION} CATEGORIES= emulators @@ -8,7 +8,7 @@ DISTFILES= ${RPMFILES} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.suse.com/ -DEPENDS+= suse_base-${SUSE_VERSION}:../suse_base +DEPENDS+= suse_base>=${SUSE_VERSION}:../suse_base ONLY_FOR_PLATFORM= NetBSD-*-i386 |