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/suse_x11 | |
parent | e8b264b4bcea734fab2e817e8f9109349a78b564 (diff) | |
download | pkgsrc-05c44ea33b762a4e687b3a4067a0b90eb6850050.tar.gz |
Depend on "suse_base" 6.4 or newer.
Diffstat (limited to 'emulators/suse_x11')
-rw-r--r-- | emulators/suse_x11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |