diff options
Diffstat (limited to 'textproc/confget')
-rw-r--r-- | textproc/confget/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/confget/Makefile b/textproc/confget/Makefile index 7bdf75b085fe..9dd1cfe8bfd9 100644 --- a/textproc/confget/Makefile +++ b/textproc/confget/Makefile @@ -7,6 +7,7 @@ PORTNAME= confget PORTVERSION= 1.02 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://devel.ringlet.net/textproc/confget/ @@ -18,7 +19,7 @@ OPTIONS= PCRE "Regular expression support" on .include <bsd.port.pre.mk> .if defined(WITH_PCRE) -LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre +LIB_DEPENDS= pcre.1:${PORTSDIR}/devel/pcre .else MAKE_ENV+= PCRE_CFLAGS= PCRE_LIBS= .endif |