summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheinz <heinz>2003-08-27 21:22:51 +0000
committerheinz <heinz>2003-08-27 21:22:51 +0000
commit5e0df68df90841dadfb3fa9497f699bb9bc0833d (patch)
treebb8dd89fcd834e295e8f6a7a511ba6057036a16c
parentf51174bc535118aae9764b5928bdf627ce9b5854 (diff)
downloadpkgsrc-5e0df68df90841dadfb3fa9497f699bb9bc0833d.tar.gz
Package doesn't need linux files on Solaris
-rw-r--r--graphics/ns-flash/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/ns-flash/Makefile b/graphics/ns-flash/Makefile
index 72a605da46c..1486332d2f5 100644
--- a/graphics/ns-flash/Makefile
+++ b/graphics/ns-flash/Makefile
@@ -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 @@ HOMEPAGE= http://www.flash.com/
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 @@ do-install:
${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"