diff options
author | nox <nox@FreeBSD.org> | 2010-10-11 04:59:32 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2010-10-11 04:59:32 +0800 |
commit | 41d010d22c0a9fa70ebf9585da35b80f6cd48a90 (patch) | |
tree | d29a8d3f3b485c80b0b857b970c65d755410c648 /www/linux-f10-flashplugin11 | |
parent | bd02f59b5e9df731dc34a0ed18c3ca8ff41af554 (diff) | |
download | freebsd-ports-gnome-41d010d22c0a9fa70ebf9585da35b80f6cd48a90.tar.gz freebsd-ports-gnome-41d010d22c0a9fa70ebf9585da35b80f6cd48a90.tar.zst freebsd-ports-gnome-41d010d22c0a9fa70ebf9585da35b80f6cd48a90.zip |
Add missing linux gtk2 dependencies
PR: ports/151370
Submitted by: Nicholas McKenzie <NicholasSMcKenzie@gmail.com>
Diffstat (limited to 'www/linux-f10-flashplugin11')
-rw-r--r-- | www/linux-f10-flashplugin11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/linux-f10-flashplugin11/Makefile b/www/linux-f10-flashplugin11/Makefile index 6144d2b3c4c9..106881979dc3 100644 --- a/www/linux-f10-flashplugin11/Makefile +++ b/www/linux-f10-flashplugin11/Makefile @@ -8,6 +8,7 @@ PORTNAME= flashplugin PORTVERSION= 10.1r85 +PORTREVISION= 1 CATEGORIES= www multimedia linux MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/current/:plugin \ ftp://ftp.ipt.ru/pub/download/:suplib @@ -21,7 +22,7 @@ COMMENT= Adobe Flash Player NPAPI Plugin ONLY_FOR_ARCHS= amd64 i386 USE_LINUX= yes -USE_LINUX_APPS= openssl curl cyrus-sasl2 libssh2 nspr nss openldap +USE_LINUX_APPS= openssl curl cyrus-sasl2 libssh2 nspr nss openldap gtk2 RESTRICTED= Redistribution not allowed RESTRICTED_FILES= ${DISTFILES:Nlinux-f10-flashsupport*:C/:[^:]+$//} |