summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-08-31 22:11:45 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-08-31 22:11:45 +0000
commitf91bfba03abc3f8e321e0cb2fc44b4e6090d1691 (patch)
tree58b8e57fb399983d056dbe48833c24945a9a399c /www
parentFix build on recent(ish) 9.x (after r235405 i.e. MFC of r228631.) (diff)
Deprecate linuxpluginwrapper, which is broken on all supported releases.
Notes
Notes: svn path=/head/; revision=303446
Diffstat (limited to 'www')
-rw-r--r--www/linuxpluginwrapper/Makefile4
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)