pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/ns-flash Package doesn't need linux files on ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9364f7ae955
branches:  trunk
changeset: 460315:f9364f7ae955
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Wed Aug 27 21:22:51 2003 +0000

description:
Package doesn't need linux files on Solaris

diffstat:

 graphics/ns-flash/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r c859b3b761ef -r f9364f7ae955 graphics/ns-flash/Makefile
--- a/graphics/ns-flash/Makefile        Wed Aug 27 20:45:22 2003 +0000
+++ b/graphics/ns-flash/Makefile        Wed Aug 27 21:22:51 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2003/07/17 21:41:57 grant Exp $
+# $NetBSD: Makefile,v 1.24 2003/08/27 21:22:51 heinz Exp $
 
 DISTNAME=              flash_${DISTUNAME}
 WRKSRC=                        ${WRKDIR}/${WRKNAME}
@@ -10,6 +10,7 @@
 COMMENT=               MacroMedia Flash Player Netscape plugin
 
 ONLY_FOR_PLATFORM=      *-*-i386 SunOS-*-sparc
+NOT_FOR_PLATFORM=      SunOS-*-i386
 
 DIST_SUBDIR=           flash/${FLASH_VERS}
 
@@ -56,5 +57,7 @@
        ${INSTALL_DATA} ${WRKSRC}/ShockwaveFlash.class ${NS_PLUGINS_DIR}
        ${INSTALL_DATA} ${WRKSRC}/libflashplayer.so ${NS_PLUGINS_DIR}
 
+.if ${OPSYS} != "SunOS"
 .include "../../emulators/suse_linux/Makefile.application"
+.endif
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index