summaryrefslogtreecommitdiff
path: root/irc/ratbox-services
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2012-12-10 19:11:11 +0000
committerMartin Matuska <mm@FreeBSD.org>2012-12-10 19:11:11 +0000
commitb2c4fbb77ae78c9afdb5e9b230c54c6e8e1c5dfa (patch)
tree72e0f50b478fcc72d7fc0a63685fd4e55917df11 /irc/ratbox-services
parentUpdate to 0.77 (diff)
Update PCRE to 8.32
Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports
Notes
Notes: svn path=/head/; revision=308630
Diffstat (limited to 'irc/ratbox-services')
-rw-r--r--irc/ratbox-services/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/ratbox-services/Makefile b/irc/ratbox-services/Makefile
index 8d925c17e4d7..4db8be31017a 100644
--- a/irc/ratbox-services/Makefile
+++ b/irc/ratbox-services/Makefile
@@ -6,7 +6,7 @@
PORTNAME= ratbox-services
PORTVERSION= 1.2.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= irc
MASTER_SITES= http://services.ratbox.org/download/ \
http://services.ratbox.org/download/old/
@@ -33,7 +33,7 @@ USE_PERL5_BUILD= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre
+LIB_DEPENDS+= pcre.3:${PORTSDIR}/devel/pcre
CONFIGURE_ARGS+=--prefix=${PREFIX} \
--sysconfdir=${PREFIX}/etc/ \
--with-logdir=${LOGDIR} \