diff options
author | tron <tron@pkgsrc.org> | 2000-12-17 14:32:33 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-12-17 14:32:33 +0000 |
commit | 9e9715af356db8dfe87acf07ad17122066b0925a (patch) | |
tree | 3fbcc479426b211760b6d7183be156009064fccd /www/ns-plugger-common | |
parent | b10718e2c929c43eae8172e26030fec4aed6bdf7 (diff) | |
download | pkgsrc-9e9715af356db8dfe87acf07ad17122066b0925a.tar.gz |
Depend on SuSE 6.3 or newer instead of 6.3 only.
Diffstat (limited to 'www/ns-plugger-common')
-rw-r--r-- | www/ns-plugger-common/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ns-plugger-common/Makefile b/www/ns-plugger-common/Makefile index c1708bc77bc..05d8b4485d2 100644 --- a/www/ns-plugger-common/Makefile +++ b/www/ns-plugger-common/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/12/17 09:26:03 tron Exp $ +# $NetBSD: Makefile,v 1.5 2000/12/17 14:32:33 tron Exp $ # DISTNAME= plugger-3.2-linux-x86-glibc @@ -20,7 +20,7 @@ NS_VERS= ${NSNAME:C/.*-//} PLIST_SUBST+= NS_VERS=${NS_VERS} BINNAME=${BINNAME} .else -DEPENDS+= suse_base-6.3:../../emulators/suse_base +DEPENDS+= suse_base>=6.3:../../emulators/suse_base .endif CONFLICTS+= plugger-* # obsolete all-in-one plugger package |