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 | |
parent | 77da813598db3b265b7527643ac3ac9993cf5db4 (diff) | |
download | ports-e9ecc5feebae2583db4e18a3456c704807d83999.tar.gz ports-e9ecc5feebae2583db4e18a3456c704807d83999.zip |
Notes
Diffstat (limited to 'x11')
-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> |