diff options
Diffstat (limited to 'graphics/cqcam/Makefile')
-rw-r--r-- | graphics/cqcam/Makefile | 8 |
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> |