diff options
Diffstat (limited to 'net/samba4wins/Makefile')
-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> |