diff options
Diffstat (limited to 'lang/asis/Makefile')
-rw-r--r-- | lang/asis/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lang/asis/Makefile b/lang/asis/Makefile index 28802315beb8..a307e6d9d24c 100644 --- a/lang/asis/Makefile +++ b/lang/asis/Makefile @@ -3,7 +3,7 @@ PORTNAME= asis PORTVERSION= 2011 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= http://downloads.dragonlace.net/src/ DISTNAME= ${PORTNAME}-gpl-${PORTVERSION}-src @@ -15,11 +15,14 @@ COMMENT= GNAT implementation of Ada Semantic Interface Specification LICENSE= GPLv2 BUILD_DEPENDS= gnat_util>=2013:${PORTSDIR}/lang/gnat_util \ - xmlada>=3.2:${PORTSDIR}/textproc/xmlada + xmlada>=3.2:${PORTSDIR}/textproc/xmlada \ + ${GUSTATIC}:${PORTSDIR}/lang/gnat_util +RUN_DEPENDS= ${GUSTATIC}:${PORTSDIR}/lang/gnat_util USES= ada gmake NO_MTREE= yes MAKE_ENV= PROCESSORS=${MAKE_JOBS_NUMBER} +GUSTATIC= ${LOCALBASE}/lib/gnat_util/libgnat_util.a post-extract: @${REINPLACE_CMD} -e 's|OPSYS|ASISOPSYS|g' \ |