diff options
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 |