aboutsummaryrefslogtreecommitdiff
path: root/games/burrtools
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-11-29 19:02:43 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-11-29 19:02:43 +0000
commitcf93c79e1756ac321f383d44139eddcae9b29fc0 (patch)
tree5665a17b4b25311429edfd9e17f619e904fb1130 /games/burrtools
parent6943c99414739aa4052eada15dc263aa58df03eb (diff)
downloadports-cf93c79e1756ac321f383d44139eddcae9b29fc0.tar.gz
ports-cf93c79e1756ac321f383d44139eddcae9b29fc0.zip
Notes
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>