diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-18 17:49:31 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-18 17:49:31 +0000 |
commit | fe54d2a7c76c819f48572aaac53161c6073e4bc2 (patch) | |
tree | cd3a2332516a8e0f6a9b518a6f6eb3a97af4baa7 /x11-toolkits/inti | |
parent | BROKEN on 5.x: Configure fails (diff) |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'x11-toolkits/inti')
-rw-r--r-- | x11-toolkits/inti/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/inti/Makefile b/x11-toolkits/inti/Makefile index 5436992d9f1e..cf975859e13e 100644 --- a/x11-toolkits/inti/Makefile +++ b/x11-toolkits/inti/Makefile @@ -26,6 +26,12 @@ INSTALLS_SHLIB= yes PORTDOCS= * .endif +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-configure: @${TOUCH} ${WRKSRC}/inti-config.h.in @@ -45,4 +51,4 @@ post-install: @${FIND} ${PREFIX}/share/gnome/inti -type d | ${SORT} -r | \ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |