diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-11-30 03:02:43 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-11-30 03:02:43 +0800 |
commit | cf93c79e1756ac321f383d44139eddcae9b29fc0 (patch) | |
tree | 5665a17b4b25311429edfd9e17f619e904fb1130 /games/burrtools | |
parent | 6943c99414739aa4052eada15dc263aa58df03eb (diff) | |
download | freebsd-ports-gnome-cf93c79e1756ac321f383d44139eddcae9b29fc0.tar.gz freebsd-ports-gnome-cf93c79e1756ac321f383d44139eddcae9b29fc0.tar.zst freebsd-ports-gnome-cf93c79e1756ac321f383d44139eddcae9b29fc0.zip |
- Mark BROKEN on 6.X
Reported by: pointyhat
Diffstat (limited to 'games/burrtools')
-rw-r--r-- | games/burrtools/Makefile | 8 |
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> |