diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2004-12-06 00:15:43 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-12-06 00:15:43 +0000 |
commit | 2588faf0b545b8e6fe02cf5ae2b406fcb928b96f (patch) | |
tree | e422f82ef61e4284dc84bdc6de22a6c7d6b5aaff /textproc/xmlada/Makefile | |
parent | f2aadbe8233f23c46cb4af1629c49abca7ee34c6 (diff) | |
download | ports-2588faf0b545b8e6fe02cf5ae2b406fcb928b96f.tar.gz ports-2588faf0b545b8e6fe02cf5ae2b406fcb928b96f.zip |
Notes
Diffstat (limited to 'textproc/xmlada/Makefile')
-rw-r--r-- | textproc/xmlada/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/textproc/xmlada/Makefile b/textproc/xmlada/Makefile index 039ba98bf25d..f4aa1324fabd 100644 --- a/textproc/xmlada/Makefile +++ b/textproc/xmlada/Makefile @@ -18,6 +18,11 @@ COMMENT= An XML parsing library for Ada 95 BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500039 +WITHOUT_CPU_CFLAGS= yes +.endif WRKSRC= ${WRKDIR}/xmlada-0.7.1 USE_GMAKE= yes GNU_CONFIGURE= yes @@ -35,4 +40,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/docs/xml.info ${PREFIX}/${INFO_PATH}/xmlada.info install-info ${PREFIX}/${INFO_PATH}/xmlada.info ${PREFIX}/${INFO_PATH}/dir -.include <bsd.port.mk> +.include <bsd.port.post.mk> |