diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-09-16 22:21:35 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-09-16 22:21:35 +0000 |
commit | 47f5087334cbb39916d2a8db58ad1d5497dcdb17 (patch) | |
tree | ff4588b83789f29394e3e63f75b9d12184fe6450 /net | |
parent | 09c369b98b679228d5475a5bcc25db71877380c3 (diff) | |
download | ports-47f5087334cbb39916d2a8db58ad1d5497dcdb17.tar.gz ports-47f5087334cbb39916d2a8db58ad1d5497dcdb17.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/samba4wins/Makefile | 4 |
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> |