diff options
Diffstat (limited to 'sysutils/lineak-xosdplugin/Makefile')
-rw-r--r-- | sysutils/lineak-xosdplugin/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sysutils/lineak-xosdplugin/Makefile b/sysutils/lineak-xosdplugin/Makefile index 0ab8404786af..d02f392257a3 100644 --- a/sysutils/lineak-xosdplugin/Makefile +++ b/sysutils/lineak-xosdplugin/Makefile @@ -32,16 +32,9 @@ MAN_COMPRESSED= yes PLIST_FILES= lib/lineakd/plugins/xosdplugin.la \ lib/lineakd/plugins/xosdplugin.so -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Configure fails to find lineakd -#USE_GCC= 3.4 -.endif - post-patch: @${REINPLACE_CMD} -e 's|-ldl||' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure -.include <bsd.port.post.mk> +.include <bsd.port.mk> |