summaryrefslogtreecommitdiff
path: root/devel/asis
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 12:22:24 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 12:22:24 +0000
commit2f610b15bf1137cd467e3ba5936219cb070987dd (patch)
tree86f828653f924d519d32cce03348be91ee87735b /devel/asis
parentBROKEN on 5.1: does not compile (diff)
BROKEN on 5.1: does not build
Notes
Notes: svn path=/head/; revision=81232
Diffstat (limited to 'devel/asis')
-rw-r--r--devel/asis/Makefile8
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>