diff options
author | eadler <eadler@FreeBSD.org> | 2012-09-01 06:11:45 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-09-01 06:11:45 +0800 |
commit | 77f55071818e050569bc6a3ef7199889114e61ab (patch) | |
tree | 58b8e57fb399983d056dbe48833c24945a9a399c /www | |
parent | bf0662e2c373721ce03363624812d178b7f27e1c (diff) | |
download | freebsd-ports-graphics-77f55071818e050569bc6a3ef7199889114e61ab.tar.gz freebsd-ports-graphics-77f55071818e050569bc6a3ef7199889114e61ab.tar.zst freebsd-ports-graphics-77f55071818e050569bc6a3ef7199889114e61ab.zip |
Deprecate linuxpluginwrapper, which is broken on all supported releases.
Diffstat (limited to 'www')
-rw-r--r-- | www/linuxpluginwrapper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/linuxpluginwrapper/Makefile b/www/linuxpluginwrapper/Makefile index 7d826e92624..ed5ba32947e 100644 --- a/www/linuxpluginwrapper/Makefile +++ b/www/linuxpluginwrapper/Makefile @@ -23,9 +23,9 @@ OPTIONS= REALPLAYER "install linux-realplayer" off .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 700009 +DEPRECATED= doesn't support ELF symbol versioning, yet. +EXPIRATION_DATE= 2012-09-20 IGNORE= doesn't support ELF symbol versioning, yet. -.endif # I will remove WITH_PLUGINS knob. .if defined(WITH_REALPLAYER) |