diff options
author | tron <tron@pkgsrc.org> | 2000-12-17 09:26:03 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-12-17 09:26:03 +0000 |
commit | 19b7a00e70f2d9a08d95f09d54c0b2afc966332b (patch) | |
tree | b73c0f571478eb5b94fcd6c08ab490de8e83a495 /www | |
parent | 862497bcf52e337e2f4e0ab0e86c0b00ba1db3e7 (diff) | |
download | pkgsrc-19b7a00e70f2d9a08d95f09d54c0b2afc966332b.tar.gz |
Add missing dependence on the SuSE base package.
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 |