diff options
author | nork <nork@FreeBSD.org> | 2005-12-31 11:03:25 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2005-12-31 11:03:25 +0800 |
commit | ac47c01a50aefce01eb4eb499c256e30233a058b (patch) | |
tree | abac73c6975ada301b5ecad222c5b3a30a4bef6c /www | |
parent | b165727b7beaffb68cfd7f49944562aefc55109c (diff) | |
download | freebsd-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/Makefile | 3 |
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 |