aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/kftpgrabber
diff options
context:
space:
mode:
authormarkus <markus@FreeBSD.org>2007-01-12 01:25:46 +0800
committermarkus <markus@FreeBSD.org>2007-01-12 01:25:46 +0800
commit85cb8136d327127c437c6b759fc3ae7adb7e524f (patch)
treec1e679df2603790dce2fe697e94fdcc7d0d7d103 /ftp/kftpgrabber
parentf68baf72441cc60ac00a69ab9c8666d2ae250faf (diff)
downloadfreebsd-ports-gnome-85cb8136d327127c437c6b759fc3ae7adb7e524f.tar.gz
freebsd-ports-gnome-85cb8136d327127c437c6b759fc3ae7adb7e524f.tar.zst
freebsd-ports-gnome-85cb8136d327127c437c6b759fc3ae7adb7e524f.zip
Mark BROKEN on 4.x
Submitted by: pointyhat via kris
Diffstat (limited to 'ftp/kftpgrabber')
-rw-r--r--ftp/kftpgrabber/Makefile8
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>