diff options
-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 |