summaryrefslogtreecommitdiff
path: root/graphics/cqcam
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/cqcam')
-rw-r--r--graphics/cqcam/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/cqcam/Makefile b/graphics/cqcam/Makefile
index 2e090d44cfba..ea121b53e80a 100644
--- a/graphics/cqcam/Makefile
+++ b/graphics/cqcam/Makefile
@@ -16,6 +16,12 @@ COMMENT= Color Quickcam control program
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile"
+.endif
+
ONLY_FOR_ARCHS= i386
USE_XLIB= yes
@@ -48,4 +54,4 @@ post-install:
.endif
@${SED} -e "s:/usr/local:${PREFIX}:" ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>