diff options
Diffstat (limited to 'textproc/gnugrep/Makefile')
-rw-r--r-- | textproc/gnugrep/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/gnugrep/Makefile b/textproc/gnugrep/Makefile index ea6cbd4..17c4cb0 100644 --- a/textproc/gnugrep/Makefile +++ b/textproc/gnugrep/Makefile @@ -7,6 +7,7 @@ PORTNAME= grep PORTVERSION= 2.12 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= GNU PKGNAMEPREFIX= gnu @@ -40,7 +41,7 @@ PLIST_SUB+= NLS="@comment " .endif .if ${PORT_OPTIONS:MPCRE} -LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= pcre.3:${PORTSDIR}/devel/pcre .else CONFIGURE_ARGS+= --disable-perl-regexp .endif |