diff options
author | martti <martti@pkgsrc.org> | 2002-02-21 17:29:56 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-02-21 17:29:56 +0000 |
commit | 99f1af995a3428c04746cf3d22c4a2e39ccb6ef3 (patch) | |
tree | ff6d9d3f3e01e97803b77dfd998554c454593261 /emulators | |
parent | c36712d1e0c62c98cc4b6c91eac868c958420e6e (diff) | |
download | pkgsrc-99f1af995a3428c04746cf3d22c4a2e39ccb6ef3.tar.gz |
Don't hardcode dependency
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse_gtk/Makefile | 4 | ||||
-rw-r--r-- | emulators/suse_libc5/Makefile | 4 | ||||
-rw-r--r-- | emulators/suse_linux/Makefile | 16 | ||||
-rw-r--r-- | emulators/suse_linux/Makefile.common | 4 | ||||
-rw-r--r-- | emulators/suse_xforms/Makefile | 4 |
5 files changed, 16 insertions, 16 deletions
diff --git a/emulators/suse_gtk/Makefile b/emulators/suse_gtk/Makefile index b74daa6da95..ebf26c299c5 100644 --- a/emulators/suse_gtk/Makefile +++ b/emulators/suse_gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/02/17 18:38:27 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2002/02/21 17:29:56 martti Exp $ DISTNAME= suse_gtk-${SUSE_VERSION} CATEGORIES= emulators @@ -9,7 +9,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for GTK binaries -DEPENDS+= suse_x11-${SUSE_VERSION}:../suse_x11 +DEPENDS+= suse_x11>=${SUSE_VERSION}:../suse_x11 ONLY_FOR_PLATFORM= NetBSD-*-i386 diff --git a/emulators/suse_libc5/Makefile b/emulators/suse_libc5/Makefile index 0be21fdf500..24a2fb3cd3c 100644 --- a/emulators/suse_libc5/Makefile +++ b/emulators/suse_libc5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2001/02/17 18:38:28 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2002/02/21 17:30:12 martti Exp $ DISTNAME= shlibs5 PKGNAME= suse_libc5-${SUSE_VERSION} @@ -10,7 +10,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for libc5 binaries -DEPENDS+= suse_compat-${SUSE_VERSION}:../suse_compat +DEPENDS+= suse_compat>=${SUSE_VERSION}:../suse_compat ONLY_FOR_PLATFORM= NetBSD-*-i386 diff --git a/emulators/suse_linux/Makefile b/emulators/suse_linux/Makefile index f40845bda30..4993c2ed15a 100644 --- a/emulators/suse_linux/Makefile +++ b/emulators/suse_linux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/02/17 18:38:30 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2002/02/21 17:30:33 martti Exp $ DISTNAME= suse_linux-6.4 CATEGORIES= emulators @@ -9,13 +9,13 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package collection -DEPENDS+= suse_audio-6.4:../suse_audio -DEPENDS+= suse_libc5-6.4:../suse_libc5 -DEPENDS+= suse_libjpeg-6.4:../suse_libjpeg -DEPENDS+= suse_libpng-6.4:../suse_libpng -DEPENDS+= suse_glx-6.4:../suse_glx -DEPENDS+= suse_gtk-6.4:../suse_gtk -DEPENDS+= suse_xforms-6.4:../suse_xforms +DEPENDS+= suse_audio>=6.4:../suse_audio +DEPENDS+= suse_libc5>=6.4:../suse_libc5 +DEPENDS+= suse_libjpeg>=6.4:../suse_libjpeg +DEPENDS+= suse_libpng>=6.4:../suse_libpng +DEPENDS+= suse_glx>=6.4:../suse_glx +DEPENDS+= suse_gtk>=6.4:../suse_gtk +DEPENDS+= suse_xforms>=6.4:../suse_xforms ONLY_FOR_PLATFORM= NetBSD-*-i386 diff --git a/emulators/suse_linux/Makefile.common b/emulators/suse_linux/Makefile.common index 001bb5993b4..24bed85c519 100644 --- a/emulators/suse_linux/Makefile.common +++ b/emulators/suse_linux/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2001/03/27 03:19:56 hubertf Exp $ +# $NetBSD: Makefile.common,v 1.6 2002/02/21 17:30:33 martti Exp $ SUSE_VERSION?= 6.4 @@ -13,7 +13,7 @@ EMULSUBDIR= emul/linux EMULDIR= ${PREFIX}/${EMULSUBDIR} RPM2PKG= ${PREFIX}/sbin/rpm2pkg -BUILD_DEPENDS+= rpm2pkg-1.2:../../pkgtools/rpm2pkg +BUILD_DEPENDS+= rpm2pkg>=1.2:../../pkgtools/rpm2pkg # The SuSE Linux packages have circular dependencies. LDD?= ${TRUE} diff --git a/emulators/suse_xforms/Makefile b/emulators/suse_xforms/Makefile index 855129c693b..c2cb7c54bf5 100644 --- a/emulators/suse_xforms/Makefile +++ b/emulators/suse_xforms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/02/17 18:38:31 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2002/02/21 17:30:48 martti Exp $ DISTNAME= xforms PKGNAME= suse_xforms-${SUSE_VERSION} @@ -10,7 +10,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for xforms binaries -DEPENDS+= suse_x11-${SUSE_VERSION}:../suse_x11 +DEPENDS+= suse_x11>=${SUSE_VERSION}:../suse_x11 ONLY_FOR_PLATFORM= NetBSD-*-i386 |