diff options
author | kris <kris@FreeBSD.org> | 2004-07-02 16:18:05 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-07-02 16:18:05 +0800 |
commit | b313e1108b115eb509bbe6c79f91fcb70bd078ba (patch) | |
tree | 2dd07a29ddcf48b095f2925c2fa808fc64b71999 /graphics | |
parent | 1081bc5c1bc8ab2b93e2755d5ec65b55a6a0930f (diff) | |
download | freebsd-ports-gnome-b313e1108b115eb509bbe6c79f91fcb70bd078ba.tar.gz freebsd-ports-gnome-b313e1108b115eb509bbe6c79f91fcb70bd078ba.tar.zst freebsd-ports-gnome-b313e1108b115eb509bbe6c79f91fcb70bd078ba.zip |
BROKEN on 4.x: Does not compile
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/k3d/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/k3d/Makefile b/graphics/k3d/Makefile index 5836114138fa..fe49989cd134 100644 --- a/graphics/k3d/Makefile +++ b/graphics/k3d/Makefile @@ -43,6 +43,10 @@ MAN1= k3d.1 .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on FreeBSD 4.x" +.endif + post-install: .for dir in ${PREFIX}/include/k3d ${PREFIX}/share/k3d ${PREFIX}/lib/k3d @${FIND} ${dir} ! -type d | \ |