diff options
author | kris <kris@FreeBSD.org> | 2006-09-03 08:39:55 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-03 08:39:55 +0800 |
commit | dd521668380d901b02d592753ba29ad057351e70 (patch) | |
tree | b650596aea92fc061a681eab93dd142da34c1890 /net-mgmt/nocol | |
parent | 615d21569c3d200d5cf239089c30dfe27a5d3f0d (diff) | |
download | freebsd-ports-gnome-dd521668380d901b02d592753ba29ad057351e70.tar.gz freebsd-ports-gnome-dd521668380d901b02d592753ba29ad057351e70.tar.zst freebsd-ports-gnome-dd521668380d901b02d592753ba29ad057351e70.zip |
BROKEN on 6.x: Does not compile
Diffstat (limited to 'net-mgmt/nocol')
-rw-r--r-- | net-mgmt/nocol/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net-mgmt/nocol/Makefile b/net-mgmt/nocol/Makefile index 8b439e62be74..4562d92f4544 100644 --- a/net-mgmt/nocol/Makefile +++ b/net-mgmt/nocol/Makefile @@ -30,4 +30,10 @@ NO_PACKAGE= Hostname is needed. post-install: @cd ${WRKSRC} && make root +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 601104 +BROKEN= Does not compile on FreeBSD >= 6.x +.endif + .include <bsd.port.mk> |