diff options
author | tron <tron> | 2000-12-17 14:32:33 +0000 |
---|---|---|
committer | tron <tron> | 2000-12-17 14:32:33 +0000 |
commit | 9eeb2ad7dd58015208a21ad1414091f64bdcfe6d (patch) | |
tree | 3fbcc479426b211760b6d7183be156009064fccd /www | |
parent | 80adb8e52e74d74f8ffdf874aa2a55c061a3573f (diff) | |
download | pkgsrc-9eeb2ad7dd58015208a21ad1414091f64bdcfe6d.tar.gz |
Depend on SuSE 6.3 or newer instead of 6.3 only.
Diffstat (limited to 'www')
-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 |