summaryrefslogtreecommitdiff
path: root/multimedia/ns-flash
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2007-04-19 16:11:34 +0000
committerxtraeme <xtraeme@pkgsrc.org>2007-04-19 16:11:34 +0000
commit403b56254c7516c628d86e570d944d8b9184d1ea (patch)
tree79eba8c54f26c1d5f45f4d68bb8f06ba394d1ec8 /multimedia/ns-flash
parentcddedfbffc99214fb7e388700dd44031f726e965 (diff)
downloadpkgsrc-403b56254c7516c628d86e570d944d8b9184d1ea.tar.gz
Add support to install on NetBSD/amd64 and SUSE_COMPAT32.
Do not work yet, but that will help people to test and fix COMPAT_LINUX32.
Diffstat (limited to 'multimedia/ns-flash')
-rw-r--r--multimedia/ns-flash/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/ns-flash/Makefile b/multimedia/ns-flash/Makefile
index e0299e57fcf..1ead6068982 100644
--- a/multimedia/ns-flash/Makefile
+++ b/multimedia/ns-flash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2007/03/23 22:59:16 abs Exp $
+# $NetBSD: Makefile,v 1.22 2007/04/19 16:11:34 xtraeme Exp $
CATEGORIES= multimedia www
PKGREVISION= 2
@@ -14,9 +14,11 @@ NOT_FOR_PLATFORM= SunOS-*-i386
WRKSRC= ${WRKDIR}/${WRKNAME}
DIST_SUBDIR= flash/${FLASH_VERS}
+SUSE_COMPAT32= yes
+SUSE_COMPAT32_OPT= yes
.include "../../mk/bsd.prefs.mk"
-.if (${MACHINE_ARCH} == "i386")
+.if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64")
FLASH_VERS= 9.0r31
DEPENDS+= suse_compat>=9.0:../../emulators/${SUSE_DIR_PREFIX}_compat
DEPENDS+= suse_x11>=9.0:../../emulators/${SUSE_DIR_PREFIX}_x11
@@ -58,10 +60,8 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/flashplayer.xpt ${NS_PLUGINS_DIR}
${INSTALL_DATA} ${WRKSRC}/libflashplayer.so ${NS_PLUGINS_DIR}
-.include "../../mk/bsd.prefs.mk"
.include "options.mk"
-
.if ${OPSYS} != "SunOS"
-.include "../../emulators/suse_linux/Makefile.application"
+. include "../../emulators/suse_linux/Makefile.application"
.endif
.include "../../mk/bsd.pkg.mk"