summaryrefslogtreecommitdiff
path: root/multimedia/clipgrab
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2010-09-25 17:21:29 +0000
committerErwin Lansing <erwin@FreeBSD.org>2010-09-25 17:21:29 +0000
commitfab957f6cae4f9d5cd18c8ef827c119e83c425bf (patch)
tree90676e5f90b2c6f146bd5fe1137340ca1e335839 /multimedia/clipgrab
parentMark BROKEN on i386 as well. (diff)
Mark BROKEN on HEAD: does not build.
Notes
Notes: svn path=/head/; revision=261836
Diffstat (limited to 'multimedia/clipgrab')
-rw-r--r--multimedia/clipgrab/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/multimedia/clipgrab/Makefile b/multimedia/clipgrab/Makefile
index 658d26fe565a..e6dd346b7f71 100644
--- a/multimedia/clipgrab/Makefile
+++ b/multimedia/clipgrab/Makefile
@@ -44,4 +44,10 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/*.png ${DATADIR}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 900000
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>