diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 12:22:24 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 12:22:24 +0000 |
commit | 2f610b15bf1137cd467e3ba5936219cb070987dd (patch) | |
tree | 86f828653f924d519d32cce03348be91ee87735b /devel/asis/Makefile | |
parent | 5962582d7269a6c9cdfcb155f39c3338c9f1961d (diff) | |
download | ports-2f610b15bf1137cd467e3ba5936219cb070987dd.tar.gz ports-2f610b15bf1137cd467e3ba5936219cb070987dd.zip |
Notes
Diffstat (limited to 'devel/asis/Makefile')
-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> |