summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-06-01 15:31:27 +0000
committerjoerg <joerg@pkgsrc.org>2006-06-01 15:31:27 +0000
commit385a0f70fb6e9136aac965599f30f94b5fad43aa (patch)
tree4cb6732eba34eab158d2a2cf5c56dbc26abb7ffa /www
parent44b37cc4b1dbb3654f6c7aa713276474699ba735 (diff)
downloadpkgsrc-385a0f70fb6e9136aac965599f30f94b5fad43aa.tar.gz
Include emulators/suse_linux/Makefile.applications to fix variable
usage.
Diffstat (limited to 'www')
-rw-r--r--www/navigator/Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/navigator/Makefile.common b/www/navigator/Makefile.common
index 6003c6a2f73..68245e6b242 100644
--- a/www/navigator/Makefile.common
+++ b/www/navigator/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.82 2006/04/22 09:22:16 rillig Exp $
+# $NetBSD: Makefile.common,v 1.83 2006/06/01 15:31:27 joerg Exp $
#
# Common include file for communicator and navigator packages
@@ -156,6 +156,8 @@ PKGNAME?= ${BINNAME}-${NS_VERS}
DISTNAME?= ${BINNAME}-v${NS_VERS_SHORT}-${NS_ENCRYPTION}.${DISTUNAME}
.if (${OPSYS} != "Linux" && ((${MACHINE_ARCH} == "i386" && !defined(NS_USE_BSDI)) || ${MACHINE_ARCH} == "powerpc"))
+.include "../../emulators/suse_linux/Makefile.application"
+
DEPENDS+= suse_compat>=6.4:../../emulators/${SUSE_DIR_PREFIX}_compat
DEPENDS+= suse_x11>=6.4:../../emulators/${SUSE_DIR_PREFIX}_x11
.endif