aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/hackedbox/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-12-23 08:54:42 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-12-23 08:54:42 +0000
commitc85f70708cd09173aba9643be8458bc13af93b94 (patch)
tree742672a7d3f0e6d80cfaafad5e21c1d2be27cf93 /x11-wm/hackedbox/Makefile
parente9ecc5feebae2583db4e18a3456c704807d83999 (diff)
Per bento logs, mark as broken on recent versions of 5.x due to gcc3.3
compile problems. Informed maintainer.
Notes
Notes: svn path=/head/; revision=96476
Diffstat (limited to 'x11-wm/hackedbox/Makefile')
-rw-r--r--x11-wm/hackedbox/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-wm/hackedbox/Makefile b/x11-wm/hackedbox/Makefile
index d4d9e7e6b9b4..86fde9e9091e 100644
--- a/x11-wm/hackedbox/Makefile
+++ b/x11-wm/hackedbox/Makefile
@@ -28,6 +28,12 @@ USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-bg-utils
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
+.endif
+
do-patch:
${REINPLACE_CMD} -e \
"s:/usr/local/share/hackedbox:${PREFIX}/share/hackedbox:g" \
@@ -91,4 +97,4 @@ do-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>