pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/navigator Include emulators/suse_linux/Makefile.ap...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3f8958964a8a
branches:  trunk
changeset: 513678:3f8958964a8a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Jun 01 15:31:27 2006 +0000

description:
Include emulators/suse_linux/Makefile.applications to fix variable
usage.

diffstat:

 www/navigator/Makefile.common |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 8b7e6a0055ea -r 3f8958964a8a www/navigator/Makefile.common
--- a/www/navigator/Makefile.common     Thu Jun 01 15:25:03 2006 +0000
+++ b/www/navigator/Makefile.common     Thu Jun 01 15:31:27 2006 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index