aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2005-12-31 11:03:25 +0800
committernork <nork@FreeBSD.org>2005-12-31 11:03:25 +0800
commitac47c01a50aefce01eb4eb499c256e30233a058b (patch)
treeabac73c6975ada301b5ecad222c5b3a30a4bef6c /www
parentb165727b7beaffb68cfd7f49944562aefc55109c (diff)
downloadfreebsd-ports-gnome-ac47c01a50aefce01eb4eb499c256e30233a058b.tar.gz
freebsd-ports-gnome-ac47c01a50aefce01eb4eb499c256e30233a058b.tar.zst
freebsd-ports-gnome-ac47c01a50aefce01eb4eb499c256e30233a058b.zip
Back out previous commit.
Pointed out by: nyan Pointy hat to: myself
Diffstat (limited to 'www')
-rw-r--r--www/linuxpluginwrapper/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/linuxpluginwrapper/Makefile b/www/linuxpluginwrapper/Makefile
index 2dedfd6e0847..051bd271a024 100644
--- a/www/linuxpluginwrapper/Makefile
+++ b/www/linuxpluginwrapper/Makefile
@@ -18,8 +18,7 @@ COMMENT= A wrapper allowing use of linux-plugins with native applications
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 700009 || \
- (${OSVERSION} < 700000 && ${OSVERSION} >= 600102)
+.if ${OSVERSION} >= 700009
IGNORE= doesn't support ELF symbol versioning, yet.
.endif