diff options
author | marino <marino@FreeBSD.org> | 2014-03-10 05:40:39 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-03-10 05:40:39 +0800 |
commit | 0017834b0925090e3f26ebbf1fc99ac0a30c8467 (patch) | |
tree | dd68c26038d493ea4e5436a8e3e6c8b3473496ed /devel | |
parent | 30a74081c591270ac25f827261569e19a06b9fff (diff) | |
download | freebsd-ports-gnome-0017834b0925090e3f26ebbf1fc99ac0a30c8467.tar.gz freebsd-ports-gnome-0017834b0925090e3f26ebbf1fc99ac0a30c8467.tar.zst freebsd-ports-gnome-0017834b0925090e3f26ebbf1fc99ac0a30c8467.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.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/afay/Makefile | 8 |
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 && \ |