diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 11:48:21 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 11:48:21 +0000 |
commit | bc2b8d09afb2447faaa98aa5f5c1e66ed3a7bc11 (patch) | |
tree | 6198944537e2605f2a41371bfe1a13fd435427bc /graphics/cqcam | |
parent | BROKEN on 5.1: installation fails (diff) |
BROKEN on 5.1: does not compile
Diffstat (limited to 'graphics/cqcam')
-rw-r--r-- | graphics/cqcam/Makefile | 8 |
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> |