diff options
Diffstat (limited to 'textproc/regex2dfa/Makefile')
-rw-r--r-- | textproc/regex2dfa/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/regex2dfa/Makefile b/textproc/regex2dfa/Makefile index b9d823a24603..b7d4e19079eb 100644 --- a/textproc/regex2dfa/Makefile +++ b/textproc/regex2dfa/Makefile @@ -2,6 +2,7 @@ PORTNAME= regex2dfa DISTVERSION= 0.1.6 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= egypcio@googlemail.com @@ -12,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= compiler:c++11-lang gmake libtool USE_GITHUB= yes + GH_ACCOUNT= kpdyer GNU_CONFIGURE= yes |