aboutsummaryrefslogtreecommitdiff
path: root/devel/afay
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-03-09 21:40:39 +0000
committerJohn Marino <marino@FreeBSD.org>2014-03-09 21:40:39 +0000
commitb63a055a3a62559b18efe913fd3b6f3ca986a358 (patch)
treedd68c26038d493ea4e5436a8e3e6c8b3473496ed /devel/afay
parent11954274466512bfbd2fd63f674ad94088664416 (diff)
downloadports-b63a055a3a62559b18efe913fd3b6f3ca986a358.tar.gz
ports-b63a055a3a62559b18efe913fd3b6f3ca986a358.zip
devel/afay: Requires USES=ada:47 for now
While here, fix the options and make the COMMENT shorter. To build on ada:49 will require patched source.
Notes
Notes: svn path=/head/; revision=347695
Diffstat (limited to 'devel/afay')
-rw-r--r--devel/afay/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/afay/Makefile b/devel/afay/Makefile
index ddf2e4908c00..5b9da66efef3 100644
--- a/devel/afay/Makefile
+++ b/devel/afay/Makefile
@@ -10,14 +10,16 @@ DISTNAME= ${PORTNAME}_thiberlog_${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= john_m_cooper@yahoo.com
-COMMENT= Improved aflex and ayacc Ada 95 native scanner and parser generators
+COMMENT= Improved aflex and ayacc Ada 95 scanner and parser generators
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
-USES= ada
+USES= ada:47
NO_WRKSUBDIR= yes
-OPTIONS_DEFINE= DOCS
+OPTIONS_DEFINE= DOCS EXAMPLES
+
+.include <bsd.port.options.mk>
do-build:
@cd ${WRKSRC}/afay/aflex/src/gnat_unix && \