diff options
Diffstat (limited to 'ftp/kftpgrabber/Makefile')
-rw-r--r-- | ftp/kftpgrabber/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/ftp/kftpgrabber/Makefile b/ftp/kftpgrabber/Makefile index 52eff75de767..01b1058e010d 100644 --- a/ftp/kftpgrabber/Makefile +++ b/ftp/kftpgrabber/Makefile @@ -22,10 +22,4 @@ USE_AUTOTOOLS= libtool:15 post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on 4.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |