diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/ns-plugger-common/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/ns-plugger-common/Makefile b/www/ns-plugger-common/Makefile index 25571be1201..c1708bc77bc 100644 --- a/www/ns-plugger-common/Makefile +++ b/www/ns-plugger-common/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/08/31 02:35:28 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2000/12/17 09:26:03 tron Exp $ # DISTNAME= plugger-3.2-linux-x86-glibc @@ -19,6 +19,8 @@ MOZILLA_HOME= ${PREFIX}/lib/netscape/${NSNAME} NS_VERS= ${NSNAME:C/.*-//} PLIST_SUBST+= NS_VERS=${NS_VERS} BINNAME=${BINNAME} +.else +DEPENDS+= suse_base-6.3:../../emulators/suse_base .endif CONFLICTS+= plugger-* # obsolete all-in-one plugger package |