diff options
Diffstat (limited to 'devel/asis-gpl')
-rw-r--r-- | devel/asis-gpl/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/asis-gpl/Makefile b/devel/asis-gpl/Makefile index bc6cb3958caa..052581b1c021 100644 --- a/devel/asis-gpl/Makefile +++ b/devel/asis-gpl/Makefile @@ -20,6 +20,11 @@ COMMENT= GNAT implementation of the Ada Semantic Interface Specification BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500039 +WITHOUT_CPU_CFLAGS= yes +.endif USE_GMAKE= yes MAKEFILE= "${FILESDIR}/Makefile.bsd" MAKE_ARGS= GMAKE=${GMAKE} PORTVERSION=${PORTVERSION} \ @@ -46,4 +51,4 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/tools/gnatstub/README ${DOCSDIR}/README.gnatstub .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |