summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortron <tron>2003-02-07 13:37:35 +0000
committertron <tron>2003-02-07 13:37:35 +0000
commit17ee36a3da27b84792326a767f8e256c2d49f43b (patch)
tree47812895cead73d087fc88a9bb0480792dbb5b1e /www
parente0936e845387bcb4d8421c2caaeeec6f82bb6271 (diff)
downloadpkgsrc-17ee36a3da27b84792326a767f8e256c2d49f43b.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.common6
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