diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-09-17 06:21:35 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-09-17 06:21:35 +0800 |
commit | 47f5087334cbb39916d2a8db58ad1d5497dcdb17 (patch) | |
tree | ff4588b83789f29394e3e63f75b9d12184fe6450 /net | |
parent | 09c369b98b679228d5475a5bcc25db71877380c3 (diff) | |
download | freebsd-ports-gnome-47f5087334cbb39916d2a8db58ad1d5497dcdb17.tar.gz freebsd-ports-gnome-47f5087334cbb39916d2a8db58ad1d5497dcdb17.tar.zst freebsd-ports-gnome-47f5087334cbb39916d2a8db58ad1d5497dcdb17.zip |
- Mark BROKEN on FreeBSD 6.x: does not configure
Reported by: pointyhat
Approved by: portmgr (self)
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> |