diff options
author | kris <kris@FreeBSD.org> | 2004-02-05 14:06:18 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-05 14:06:18 +0800 |
commit | 0fdd4b99f3c6907038d2b4812adba767829566e3 (patch) | |
tree | 179a29cef86d54c594f4a230f8048d258e363b62 /misc | |
parent | 9e92b7c8fa0f9f95ad386584211acba5610e94e4 (diff) | |
download | freebsd-ports-gnome-0fdd4b99f3c6907038d2b4812adba767829566e3.tar.gz freebsd-ports-gnome-0fdd4b99f3c6907038d2b4812adba767829566e3.tar.zst freebsd-ports-gnome-0fdd4b99f3c6907038d2b4812adba767829566e3.zip |
BROKEN: Does not compile
Diffstat (limited to 'misc')
-rw-r--r-- | misc/colortail/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/colortail/Makefile b/misc/colortail/Makefile index e236392a219b..5c6827f45caa 100644 --- a/misc/colortail/Makefile +++ b/misc/colortail/Makefile @@ -17,10 +17,16 @@ COMMENT= A colour-able replacement for tail(1) USE_GETOPT_LONG= yes GNU_CONFIGURE= yes +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/example-conf/conf* ${EXAMPLESDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |