diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-18 18:47:46 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-18 18:47:46 +0000 |
commit | 7a6f05bb7a8bb1b61be9d31f94f2221a0c91e600 (patch) | |
tree | 2b79da66f460b2ce052979250e49c8865277ad58 /comms/klog | |
parent | 86c64bf64cb38aaa19609afd4cbe2e170ea3d350 (diff) | |
download | ports-7a6f05bb7a8bb1b61be9d31f94f2221a0c91e600.tar.gz ports-7a6f05bb7a8bb1b61be9d31f94f2221a0c91e600.zip |
Notes
Diffstat (limited to 'comms/klog')
-rw-r--r-- | comms/klog/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/comms/klog/Makefile b/comms/klog/Makefile index b27bf8dd3ab9..a6632e4dfa10 100644 --- a/comms/klog/Makefile +++ b/comms/klog/Makefile @@ -16,4 +16,10 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_KDELIBS_VER=3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + +.include <bsd.port.post.mk> |