diff options
author | Johan van Selst <johans@FreeBSD.org> | 2015-06-14 20:12:33 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2015-06-14 20:12:33 +0000 |
commit | 6fb63485698d0865a1b5abcc92503a8f9eb7cfa7 (patch) | |
tree | 4af4c59b83a666734377ebf89304ac91d3b887c6 /audio/epos-devel | |
parent | 0418b8bf6139252992a6fc3515d5e2ef82c34ba2 (diff) | |
download | ports-6fb63485698d0865a1b5abcc92503a8f9eb7cfa7.tar.gz ports-6fb63485698d0865a1b5abcc92503a8f9eb7cfa7.zip |
Notes
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 |