diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-01-30 23:20:05 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-01-30 23:20:05 +0000 |
commit | a06ee65df0af4a27507365d7991910fcc6881d95 (patch) | |
tree | cad01e52972179ed3ade4df17df7d248b93b620a /textproc/modlogan | |
parent | 5cf144bec9b55e7fde376d809bd4682b33045ca3 (diff) | |
download | ports-a06ee65df0af4a27507365d7991910fcc6881d95.tar.gz ports-a06ee65df0af4a27507365d7991910fcc6881d95.zip |
Notes
Diffstat (limited to 'textproc/modlogan')
-rw-r--r-- | textproc/modlogan/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/modlogan/Makefile b/textproc/modlogan/Makefile index fdd873d6fc24..db696421f332 100644 --- a/textproc/modlogan/Makefile +++ b/textproc/modlogan/Makefile @@ -7,6 +7,7 @@ PORTNAME= modlogan PORTVERSION= 0.8.13 +PORTREVISION= 1 CATEGORIES= textproc www MASTER_SITES= http://jan.kneschke.de/projects/modlogan/download/ \ ${MASTER_SITE_SOURCEFORGE} @@ -18,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.5:${PORTSDIR}/textproc/expat2 + expat.6:${PORTSDIR}/textproc/expat2 USE_GETTEXT= yes .if defined(WITH_MYSQL) |