diff options
Diffstat (limited to 'devel/asis')
-rw-r--r-- | devel/asis/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/asis/Makefile b/devel/asis/Makefile index d25dd23ad75f..71bfdd5a3649 100644 --- a/devel/asis/Makefile +++ b/devel/asis/Makefile @@ -19,6 +19,12 @@ COMMENT= GNAT implementation of the Ada Semantic Interface Specification BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile" +.endif + USE_GMAKE= yes MAKEFILE= "${FILESDIR}/Makefile.bsd" MAKE_ARGS= GMAKE=${GMAKE} PORTVERSION=${PORTVERSION} \ @@ -45,4 +51,4 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/tools/gnatstub/README ${DOCSDIR}/README.gnatstub .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |