diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2004-03-14 15:58:26 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2004-03-14 15:58:26 +0800 |
commit | 064e7ef6bcce99a32f9cf869129c20c7cecafb64 (patch) | |
tree | 3ea57b0eb13388b8214230ebc608a769caa9b2b1 /textproc/modlogan | |
parent | 35eebca59551fc4a1048b606d36ce09b18704b54 (diff) | |
download | freebsd-ports-gnome-064e7ef6bcce99a32f9cf869129c20c7cecafb64.tar.gz freebsd-ports-gnome-064e7ef6bcce99a32f9cf869129c20c7cecafb64.tar.zst freebsd-ports-gnome-064e7ef6bcce99a32f9cf869129c20c7cecafb64.zip |
o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION.
Diffstat (limited to 'textproc/modlogan')
-rw-r--r-- | textproc/modlogan/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/modlogan/Makefile b/textproc/modlogan/Makefile index 920579d49b1f..18efbc6d1a0b 100644 --- a/textproc/modlogan/Makefile +++ b/textproc/modlogan/Makefile @@ -7,7 +7,7 @@ PORTNAME= modlogan PORTVERSION= 0.8.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc www MASTER_SITES= http://jan.kneschke.de/projects/modlogan/download/ \ ${MASTER_SITE_SOURCEFORGE} @@ -19,7 +19,7 @@ COMMENT= A modular log file analysis program LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns \ gd.4:${PORTSDIR}/graphics/gd \ pcre.0:${PORTSDIR}/devel/pcre \ - expat.4:${PORTSDIR}/textproc/expat2 + expat.5:${PORTSDIR}/textproc/expat2 USE_GETTEXT= yes .if defined(WITH_MYSQL) |