diff options
Diffstat (limited to 'emulators/qcl/Makefile')
-rw-r--r-- | emulators/qcl/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/qcl/Makefile b/emulators/qcl/Makefile index bb04b66cfbce..b8b40edb2f35 100644 --- a/emulators/qcl/Makefile +++ b/emulators/qcl/Makefile @@ -14,9 +14,15 @@ EXTRACT_SUFX= .tgz MAINTAINER= huntting@glarp.com COMMENT= A quantum computer simulator +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt post-install: strip ${PREFIX}/bin/qcl -.include <bsd.port.mk> +.include <bsd.port.post.mk> |