summaryrefslogtreecommitdiff
path: root/graphics/cqcam
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-05 20:36:33 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-05 20:36:33 +0000
commit41d8c3385c21ae51629c8997035eae8a9423ff6c (patch)
tree246d960cb714ce0095c452017819f6b1c64a7dfb /graphics/cqcam
parent- Remove conditional checks for FreeBSD 5.x and older (diff)
- Remove conditional checks for FreeBSD 5.x and older
Diffstat (limited to 'graphics/cqcam')
-rw-r--r--graphics/cqcam/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/cqcam/Makefile b/graphics/cqcam/Makefile
index 6d533e057536..de22e7bea3c8 100644
--- a/graphics/cqcam/Makefile
+++ b/graphics/cqcam/Makefile
@@ -32,12 +32,6 @@ MLINKS= cqcam.1 webcam.1 \
MYPORTDOCS= README docs/APINOTES docs/CHANGES docs/README.webcam \
docs/refresh.html docs/webcam.html docs/README.movies
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 502108
-BROKEN= "Does not compile: ffs()-clash"
-.endif
-
post-install:
.for file in cqcam gtkcam webcam xcqcam
@${STRIP_CMD} ${PREFIX}/bin/${file}
@@ -54,4 +48,4 @@ post-install:
.endif
@${SED} -e "s:/usr/local:${PREFIX}:" ${PKGMESSAGE}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>