diff options
author | pat <pat@FreeBSD.org> | 2003-04-20 04:40:08 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2003-04-20 04:40:08 +0800 |
commit | 996c50af473600b30871639b059a1621d8191646 (patch) | |
tree | b0d78edc54e00d580e329986858eb79f9c657040 /www | |
parent | b13b202e230c7781983444fb4ff1d535519c80dc (diff) | |
download | freebsd-ports-gnome-996c50af473600b30871639b059a1621d8191646.tar.gz freebsd-ports-gnome-996c50af473600b30871639b059a1621d8191646.tar.zst freebsd-ports-gnome-996c50af473600b30871639b059a1621d8191646.zip |
For reasons beyond my understanding, playback doesn't work anymore.
Release to the world to tackle it.
Diffstat (limited to 'www')
-rw-r--r-- | www/linux-flashplugin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/linux-flashplugin/Makefile b/www/linux-flashplugin/Makefile index 9d89b9a32d5b..785d75be7a1c 100644 --- a/www/linux-flashplugin/Makefile +++ b/www/linux-flashplugin/Makefile @@ -13,9 +13,11 @@ PKGNAMEPREFIX= linux- DISTNAME= flash_linux DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} -MAINTAINER= pat@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= The official Macromedia Flash Player for Linux Netscape and Opera +BROKEN= "Playback not working anymore, reason unknown." + ONLY_FOR_ARCHS= i386 USE_LINUX= yes NO_CDROM= "Redistribution not allowed" |