diff options
author | eadler <eadler@FreeBSD.org> | 2011-11-04 03:01:24 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2011-11-04 03:01:24 +0800 |
commit | 44eabf804412156e9f3d9be187aae5971e107dfb (patch) | |
tree | cffc8bf01367dc8d1f5db321b6e9858ea5514b9c | |
parent | b3c31f555168eb3b5ea8e3ede6a4433294ea4d6a (diff) | |
download | freebsd-ports-gnome-44eabf804412156e9f3d9be187aae5971e107dfb.tar.gz freebsd-ports-gnome-44eabf804412156e9f3d9be187aae5971e107dfb.tar.zst freebsd-ports-gnome-44eabf804412156e9f3d9be187aae5971e107dfb.zip |
- fix duplicate LATEST_LINK with flash ports
Submitted by: Annoying erwin email
Approved by: emulation (implicit)
Approved by: bapt (mentor)
-rw-r--r-- | www/linux-f10-flashplugin11/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/linux-f10-flashplugin11/Makefile b/www/linux-f10-flashplugin11/Makefile index f3ce2e2ee791..5e808bb20b9c 100644 --- a/www/linux-f10-flashplugin11/Makefile +++ b/www/linux-f10-flashplugin11/Makefile @@ -20,6 +20,8 @@ DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Adobe Flash Player NPAPI Plugin +LATEST_LINK= linux-f10-flashplugin11 + ONLY_FOR_ARCHS= amd64 i386 USE_LINUX= yes USE_LINUX_APPS= openssl curl cyrus-sasl2 libssh2 nspr nss openldap gtk2 |