aboutsummaryrefslogtreecommitdiff
path: root/devel/seed
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-12-19 16:00:10 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-12-19 16:00:10 +0000
commit758d9a299d327b0ad635b1fa41860b16c0133953 (patch)
tree7a26143fd2b0d06e89e7033ad0a8293811330bab /devel/seed
parent236d0c2d71e5b5fdbe407bf0ff6f0d82a4280bad (diff)
downloadports-758d9a299d327b0ad635b1fa41860b16c0133953.tar.gz
ports-758d9a299d327b0ad635b1fa41860b16c0133953.zip
Notes
Diffstat (limited to 'devel/seed')
-rw-r--r--devel/seed/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/seed/Makefile b/devel/seed/Makefile
index 98cda886ac78..5b6efcdbae52 100644
--- a/devel/seed/Makefile
+++ b/devel/seed/Makefile
@@ -36,6 +36,12 @@ CONFIGURE_ARGS+=--enable-gtk-doc=no
MAN1= seed.1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700000
+BROKEN= does not build on 6.x
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|== x|= x|g' \
${WRKSRC}/configure
@@ -51,4 +57,4 @@ post-patch:
${WRKSRC}/Makefile.in
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>