diff options
author | tron <tron@pkgsrc.org> | 2003-02-07 13:37:35 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-02-07 13:37:35 +0000 |
commit | baac18319631a733285f4ec4f054b08e9bdd139e (patch) | |
tree | 47812895cead73d087fc88a9bb0480792dbb5b1e /www | |
parent | 2e7ab73782cbef5e794e6547011abd90d135a8fc (diff) | |
download | pkgsrc-baac18319631a733285f4ec4f054b08e9bdd139e.tar.gz |
Don't depend on the "suse" packages if we the BSDI version is used.
Problem noted by Tyler Mitchell in private e-mail.
Diffstat (limited to 'www')
-rw-r--r-- | www/navigator/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/navigator/Makefile.common b/www/navigator/Makefile.common index 5ed7bf182f4..84eedbb00ad 100644 --- a/www/navigator/Makefile.common +++ b/www/navigator/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.60 2003/01/30 03:24:12 jschauma Exp $ +# $NetBSD: Makefile.common,v 1.61 2003/02/07 13:37:35 tron Exp $ # # Common include file for communicator and navigator packages @@ -129,7 +129,7 @@ PLIST_ARCH= .endif # -MAINTAINER= tron@netbsd.org +MAINTAINER= packages@netbsd.org HOMEPAGE?= http://home.netscape.com/browsers/index.html RESTRICTED= "No re-distribution without agreement from Netscape" NO_SRC_ON_CDROM= ${RESTRICTED} @@ -143,7 +143,7 @@ NS_NAME= ${BINNAME}-${NS_VERS} PKGNAME?= ${BINNAME}-${NS_VERS} DISTNAME?= ${BINNAME}-v${NS_VERS_SHORT}-${NS_ENCRYPTION}.${DISTUNAME} -.if ((${OPSYS} != "Linux") && (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc")) +.if ((${OPSYS} != "Linux") && ((${MACHINE_ARCH} == "i386" && !defined(NS_USE_BSDI)) || ${MACHINE_ARCH} == "powerpc")) DEPENDS+= suse_compat>=6.4:../../emulators/${SUSE_DIR_PREFIX}_compat DEPENDS+= suse_x11>=6.4:../../emulators/${SUSE_DIR_PREFIX}_x11 .endif |