aboutsummaryrefslogtreecommitdiffstats
path: root/games/burrtools
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2010-11-30 03:02:43 +0800
committerpav <pav@FreeBSD.org>2010-11-30 03:02:43 +0800
commit3e4194025cddc01bf1771a46d261a8888acaa466 (patch)
tree567df8e6834272402617f2bba1baf64d92500e19 /games/burrtools
parentf9159850bc074fb9124a2ef1d90823fe010216bd (diff)
downloadfreebsd-ports-gnome-3e4194025cddc01bf1771a46d261a8888acaa466.tar.gz
freebsd-ports-gnome-3e4194025cddc01bf1771a46d261a8888acaa466.tar.zst
freebsd-ports-gnome-3e4194025cddc01bf1771a46d261a8888acaa466.zip
- Mark BROKEN on 6.X
Reported by: pointyhat
Diffstat (limited to 'games/burrtools')
-rw-r--r--games/burrtools/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/burrtools/Makefile b/games/burrtools/Makefile
index 4f09dbf72e5a..f9385bab294d 100644
--- a/games/burrtools/Makefile
+++ b/games/burrtools/Makefile
@@ -33,6 +33,12 @@ PORTDOCS= *
PORTEXAMPLES= *
PLIST_FILES= bin/burrTxt bin/burrTxt2 bin/burrGui
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700000
+BROKEN= does not build on 6.X
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/burrTxt ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/src/burrTxt2 ${PREFIX}/bin
@@ -48,4 +54,4 @@ do-install:
@(cd ${WRKSRC}/examples; ${COPYTREE_SHARE} . ${EXAMPLESDIR})
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>