summaryrefslogtreecommitdiff
path: root/multimedia/adobe-flash-plugin
diff options
context:
space:
mode:
authorabs <abs>2011-10-27 11:46:20 +0000
committerabs <abs>2011-10-27 11:46:20 +0000
commit24bbd31c6fbe58a5c4062c7fd3ab15d0ff6d4433 (patch)
treeb09def316a7ab1e8c77c188c5dc59e0ef13f8490 /multimedia/adobe-flash-plugin
parent628d2e432db588dc59c6c34cdfd67ff0e2a85f78 (diff)
downloadpkgsrc-24bbd31c6fbe58a5c4062c7fd3ab15d0ff6d4433.tar.gz
Add DEPENDS for libflashsupport for non Linux systems.
Thanks to Tomas Bodzar for catching this
Diffstat (limited to 'multimedia/adobe-flash-plugin')
-rw-r--r--multimedia/adobe-flash-plugin/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/multimedia/adobe-flash-plugin/Makefile b/multimedia/adobe-flash-plugin/Makefile
index bc82456c0b2..d96ee7b467e 100644
--- a/multimedia/adobe-flash-plugin/Makefile
+++ b/multimedia/adobe-flash-plugin/Makefile
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2011/03/28 12:24:48 obache Exp $
+# $NetBSD: Makefile,v 1.7 2011/10/27 11:46:20 abs Exp $
+PKGREVISION= 1
CATEGORIES= multimedia www
MASTER_SITES= http://download.macromedia.com/pub/labs/flashplayer10/
MASTER_SITES+= ftp://ftp.dvo.ru/pub/Gentoo/distfiles/
@@ -29,6 +30,10 @@ EMUL_REQD= suse>=10.0
.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} != "Linux"
+DEPENDS+= libflashsupport-[0-9]*:../../multimedia/libflashsupport
+.endif
+
# Defaults so lintpkgsrc is happy
FLASH_VERS= 10.0.0.525
.if ${EMUL_PLATFORM} == "linux-i386"