diff options
author | tron <tron> | 2000-12-17 14:32:33 +0000 |
---|---|---|
committer | tron <tron> | 2000-12-17 14:32:33 +0000 |
commit | 97d08ae7f1b82be7d6f25e2c2d556ce4aeb61985 (patch) | |
tree | 3fbcc479426b211760b6d7183be156009064fccd | |
parent | 0c29225c3969770e04751f5d5b8e94758c67b546 (diff) | |
download | pkgsrc-97d08ae7f1b82be7d6f25e2c2d556ce4aeb61985.tar.gz |
Depend on SuSE 6.3 or newer instead of 6.3 only.
-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 |