diff options
Diffstat (limited to 'devel/yacl/Makefile')
-rw-r--r-- | devel/yacl/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/yacl/Makefile b/devel/yacl/Makefile index 8b352c3993d7..b3aa429f628e 100644 --- a/devel/yacl/Makefile +++ b/devel/yacl/Makefile @@ -14,6 +14,12 @@ DISTNAME= yacl-0170-beta MAINTAINER= ports@freebsd.org COMMENT= Portable programming library for C++ +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + NO_WRKSUBDIR= yes USE_ZIP= yes MAKE_ENV= YACLPATH=${WRKDIR} @@ -51,4 +57,4 @@ post-install: @strip ${PREFIX}/share/yacl/apps/bmpview @strip ${PREFIX}/share/yacl/apps/dlged -.include <bsd.port.mk> +.include <bsd.port.post.mk> |