summaryrefslogtreecommitdiff
path: root/www/navigator
diff options
context:
space:
mode:
authorjoerg <joerg>2006-06-01 15:31:27 +0000
committerjoerg <joerg>2006-06-01 15:31:27 +0000
commit592880987a3ba1e0a9af2cf9886461ce6e31a4e0 (patch)
tree4cb6732eba34eab158d2a2cf5c56dbc26abb7ffa /www/navigator
parent8c4bc2ad026b9b269eb65ab6c7acfc3b398518a5 (diff)
downloadpkgsrc-592880987a3ba1e0a9af2cf9886461ce6e31a4e0.tar.gz
Include emulators/suse_linux/Makefile.applications to fix variable
usage.
Diffstat (limited to 'www/navigator')
-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