diff options
Diffstat (limited to 'textproc/pcrs/Makefile')
-rw-r--r-- | textproc/pcrs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/pcrs/Makefile b/textproc/pcrs/Makefile index ef78967..c350571 100644 --- a/textproc/pcrs/Makefile +++ b/textproc/pcrs/Makefile @@ -7,7 +7,7 @@ PORTNAME= pcrs PORTVERSION= 0.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://distfiles.master.finkmirrors.net/\ http://download.mirror.ac.uk/mirror/master.us.finkmirrors.net/distfiles/\ @@ -17,7 +17,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= wongk@apt.homeunix.net COMMENT= Perl compatible regular expression based substitutions -LIB_DEPENDS= pcre.1:${PORTSDIR}/devel/pcre +LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |