diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-12-31 03:03:25 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-12-31 03:03:25 +0000 |
commit | 577db63a2d3faad282bd410e9334128427ce6987 (patch) | |
tree | 2ef26c662cc6a7ed240708d9c8b2e5fa7193d538 /www/linuxpluginwrapper | |
parent | 923389897b6eb31eae219d095ee20ab08432fac1 (diff) | |
download | ports-577db63a2d3faad282bd410e9334128427ce6987.tar.gz ports-577db63a2d3faad282bd410e9334128427ce6987.zip |
Notes
Diffstat (limited to 'www/linuxpluginwrapper')
-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 |