diff options
author | johans <johans@FreeBSD.org> | 2015-06-15 04:12:33 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2015-06-15 04:12:33 +0800 |
commit | 62421c2fa11314f104a73b9422a8a060111295bd (patch) | |
tree | 4af4c59b83a666734377ebf89304ac91d3b887c6 /audio/epos-devel | |
parent | f1c7343bb606942bbad4462a2ff9aa6a30146480 (diff) | |
download | freebsd-ports-gnome-62421c2fa11314f104a73b9422a8a060111295bd.tar.gz freebsd-ports-gnome-62421c2fa11314f104a73b9422a8a060111295bd.tar.zst freebsd-ports-gnome-62421c2fa11314f104a73b9422a8a060111295bd.zip |
- Use yadd, rather than depending on bison and running it in yacc-compat mode
This avoids additional issues with bison 3
- Bump PORTREVISION for changed dependencies
PR: 200833
Diffstat (limited to 'audio/epos-devel')
-rw-r--r-- | audio/epos-devel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/epos-devel/Makefile b/audio/epos-devel/Makefile index 5642333551c1..8cdd476b63ba 100644 --- a/audio/epos-devel/Makefile +++ b/audio/epos-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= epos PORTVERSION= 2.5.37 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-dev/${PORTVERSION} @@ -12,9 +13,9 @@ COMMENT= Text-to-Speech system LICENSE= GPLv2 LGPL20 LICENSE_COMB= multi -USES= bison gmake +USES= gmake GNU_CONFIGURE= yes -CONFIGURE_ENV= ac_cv_lib_stdcpp_main=no +CONFIGURE_ENV= ac_cv_lib_stdcpp_main=no YACC=${YACC} post-patch: @${REINPLACE_CMD} -e 's/^\(SUBDIRS =.*\)doc/\1/' ${WRKSRC}/Makefile.in |