diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-23 08:48:31 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-23 08:48:31 +0000 |
commit | e9ecc5feebae2583db4e18a3456c704807d83999 (patch) | |
tree | 50e06c4f3c06f78fc786894b2752ed62a5616e59 /x11/bricons | |
parent | Per bento logs, mark as broken on recent versions of 5.x due to gcc3.3 (diff) |
Per bento logs, mark as broken on recent versions of 5.x due to imake
becoming confused. Possibly this is related to the gcc3.3 update that
broke so many ports. Informed maintainer.
Diffstat (limited to 'x11/bricons')
-rw-r--r-- | x11/bricons/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/bricons/Makefile b/x11/bricons/Makefile index aad5faf04a3c..dbd62c800e31 100644 --- a/x11/bricons/Makefile +++ b/x11/bricons/Makefile @@ -20,6 +20,12 @@ USE_PERL5_BUILD=yes USE_XPM= yes MAN1= bricons.1 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile on FreeBSD ${OSVERSION} due to imake problems" +.endif + post-patch: @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/Xbricons @@ -33,4 +39,4 @@ post-install: @${ECHO_MSG} " program is executed from." @${ECHO_MSG} "" -.include <bsd.port.mk> +.include <bsd.port.post.mk> |