diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-09-01 06:11:45 +0800 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-09-01 06:11:45 +0800 |
commit | f91bfba03abc3f8e321e0cb2fc44b4e6090d1691 (patch) | |
tree | 58b8e57fb399983d056dbe48833c24945a9a399c /www | |
parent | e8976e572600f9d9e3e0c80f6b15e8c26fb1ffe4 (diff) | |
download | freebsd-ports-gnome-f91bfba03abc3f8e321e0cb2fc44b4e6090d1691.tar.gz freebsd-ports-gnome-f91bfba03abc3f8e321e0cb2fc44b4e6090d1691.tar.zst freebsd-ports-gnome-f91bfba03abc3f8e321e0cb2fc44b4e6090d1691.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 7d826e92624f..ed5ba32947e2 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) |