diff options
author | tron <tron> | 2001-01-25 09:29:10 +0000 |
---|---|---|
committer | tron <tron> | 2001-01-25 09:29:10 +0000 |
commit | de5ec916005b73a26d491cad8325a44602185d01 (patch) | |
tree | 567297238a3dfba4c8b1b65daf4363d77066a799 /emulators | |
parent | 490e1c0d21b14391e9d474662497da83cc8d3264 (diff) | |
download | pkgsrc-de5ec916005b73a26d491cad8325a44602185d01.tar.gz |
Depend on "suse_base" 6.4 or newer.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse_devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse_devel/Makefile b/emulators/suse_devel/Makefile index 3f84e501a04..2758c388fdc 100644 --- a/emulators/suse_devel/Makefile +++ b/emulators/suse_devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/12/17 13:18:38 tron Exp $ +# $NetBSD: Makefile,v 1.10 2001/01/25 09:29:10 tron Exp $ DISTNAME= suse_devel-${SUSE_VERSION} CATEGORIES= emulators @@ -9,7 +9,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 |