diff options
author | John Marino <marino@FreeBSD.org> | 2014-11-26 10:25:45 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-11-26 10:25:45 +0000 |
commit | 3693611ac3612f5187b44ebf2a8da9bd370e9d76 (patch) | |
tree | fbece84dde8948acc7b25ce1d1a22d9a874127e8 /www | |
parent | 269f68db67c9a10a7143dfe40f8d9ccb6ecd0b00 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/linux-c6-flashplugin11/Makefile | 4 | ||||
-rw-r--r-- | www/linux-f10-flashplugin11/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/www/linux-c6-flashplugin11/Makefile b/www/linux-c6-flashplugin11/Makefile index 965c0b28cbd7..af43882f0f82 100644 --- a/www/linux-c6-flashplugin11/Makefile +++ b/www/linux-c6-flashplugin11/Makefile @@ -3,7 +3,7 @@ PORTNAME= flashplugin PORTVERSION= 11.2r202.418 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www multimedia linux MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION:S/r/./}/ PKGNAMEPREFIX= linux-${USE_LINUX}- @@ -13,6 +13,8 @@ DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Adobe Flash Player NPAPI Plugin +RUN_DEPENDS+= linux-${USE_LINUX}-alsa-lib>=1.0.22_2:${PORTSDIR}/audio/linux-c6-alsa-lib + ONLY_FOR_ARCHS= amd64 i386 USE_LINUX= c6 USE_LINUX_APPS= alsalib alsa-plugins-oss curl cyrus-sasl2 \ diff --git a/www/linux-f10-flashplugin11/Makefile b/www/linux-f10-flashplugin11/Makefile index 5e1fd6eed977..1996faf503bd 100644 --- a/www/linux-f10-flashplugin11/Makefile +++ b/www/linux-f10-flashplugin11/Makefile @@ -3,7 +3,7 @@ PORTNAME= flashplugin PORTVERSION= 11.2r202.418 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www multimedia linux MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION:S/r/./}/ PKGNAMEPREFIX= linux-${USE_LINUX}- @@ -13,6 +13,8 @@ DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Adobe Flash Player NPAPI Plugin +RUN_DEPENDS+= linux-${USE_LINUX}-alsa-lib>=1.0.21_5:${PORTSDIR}/audio/linux-f10-alsa-lib + ONLY_FOR_ARCHS= amd64 i386 USE_LINUX= f10 USE_LINUX_APPS= alsalib alsa-plugins-oss curl cyrus-sasl2 \ |