aboutsummaryrefslogtreecommitdiff
path: root/textproc/confget/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/confget/Makefile')
-rw-r--r--textproc/confget/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/confget/Makefile b/textproc/confget/Makefile
index fdb391e027d8..1c1bbcad090c 100644
--- a/textproc/confget/Makefile
+++ b/textproc/confget/Makefile
@@ -3,6 +3,7 @@
PORTNAME= confget
PORTVERSION= 1.04
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://devel.ringlet.net/textproc/confget/ \
LOCAL/sunpoet
@@ -28,7 +29,7 @@ MAKE_ENV+= EXAMPLESDIR=${EXAMPLESDIR}
.endif
.if ${PORT_OPTIONS:MPCRE}
-LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre
+LIB_DEPENDS+= pcre.3:${PORTSDIR}/devel/pcre
.else
MAKE_ENV+= PCRE_CFLAGS="" PCRE_LIBS=""
.endif