aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-09-16 22:21:35 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-09-16 22:21:35 +0000
commit47f5087334cbb39916d2a8db58ad1d5497dcdb17 (patch)
treeff4588b83789f29394e3e63f75b9d12184fe6450
parent09c369b98b679228d5475a5bcc25db71877380c3 (diff)
downloadports-47f5087334cbb39916d2a8db58ad1d5497dcdb17.tar.gz
ports-47f5087334cbb39916d2a8db58ad1d5497dcdb17.zip
- Mark BROKEN on FreeBSD 6.x: does not configure
Reported by: pointyhat Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=220412
-rw-r--r--net/samba4wins/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/samba4wins/Makefile b/net/samba4wins/Makefile
index ffed10dc3102..e9bb9ecb36e1 100644
--- a/net/samba4wins/Makefile
+++ b/net/samba4wins/Makefile
@@ -77,4 +77,8 @@ post-install:
BROKEN= Does not compile with GCC 4.2
.endif
+.if ${OSVERSION} < 700000
+BROKEN= does not configure on FreeBSD 6.x
+.endif
+
.include <bsd.port.post.mk>