diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2007-01-11 17:25:46 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2007-01-11 17:25:46 +0000 |
commit | d11db20443d5179328af4b90a524eecf2b3fe505 (patch) | |
tree | ba03f827075aabedef7d17493b4d8529a5895bf0 /ftp/kftpgrabber/Makefile | |
parent | 12e266aaa796d48262b23327df6291e027cd152f (diff) | |
download | ports-d11db20443d5179328af4b90a524eecf2b3fe505.tar.gz ports-d11db20443d5179328af4b90a524eecf2b3fe505.zip |
Notes
Diffstat (limited to 'ftp/kftpgrabber/Makefile')
-rw-r--r-- | ftp/kftpgrabber/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ftp/kftpgrabber/Makefile b/ftp/kftpgrabber/Makefile index 5a03c3094806..a5f84cce8aeb 100644 --- a/ftp/kftpgrabber/Makefile +++ b/ftp/kftpgrabber/Makefile @@ -21,4 +21,10 @@ USE_AUTOTOOLS= libtool:15 post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= Does not compile on 4.x +.endif + +.include <bsd.port.post.mk> |