aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-12-23 16:48:31 +0800
committerlinimon <linimon@FreeBSD.org>2003-12-23 16:48:31 +0800
commit88db0a90eecdcc009d991dab30b340c898dc5811 (patch)
tree45fe1696d493b12556e5a4b08ef398854e83ff4c /x11
parent888b324233ef3601c19a6d80dacc6a90c7711eb2 (diff)
downloadfreebsd-ports-gnome-88db0a90eecdcc009d991dab30b340c898dc5811.tar.gz
freebsd-ports-gnome-88db0a90eecdcc009d991dab30b340c898dc5811.tar.zst
freebsd-ports-gnome-88db0a90eecdcc009d991dab30b340c898dc5811.zip
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')
-rw-r--r--x11/bricons/Makefile8
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>