diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
commit | 186b8ba82fdd761aee89704395c52ac809bc7026 (patch) | |
tree | 65c820907a86a7c844ee463115637dde60f2aa36 /textproc/modlogan | |
parent | 742adcabd74aa0adc91246bae79c97658a078415 (diff) | |
download | ports-186b8ba82fdd761aee89704395c52ac809bc7026.tar.gz ports-186b8ba82fdd761aee89704395c52ac809bc7026.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 0b5a2bdd5ec7..0a291116b85c 100644 --- a/textproc/modlogan/Makefile +++ b/textproc/modlogan/Makefile @@ -7,6 +7,7 @@ PORTNAME= modlogan PORTVERSION= 0.8.10 +PORTREVISION= 1 CATEGORIES= textproc www MASTER_SITES= http://jan.kneschke.de/projects/modlogan/download/ \ ${MASTER_SITE_SOURCEFORGE} @@ -17,10 +18,10 @@ COMMENT= A modular log file analysis program LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns \ gd.4:${PORTSDIR}/graphics/gd \ - intl.5:${PORTSDIR}/devel/gettext-old \ pcre.0:${PORTSDIR}/devel/pcre \ expat.4:${PORTSDIR}/textproc/expat2 +USE_GETTEXT= yes .if defined(WITH_MYSQL) # To quote the author: # It is used by src/processor/telecom/... for a commercial project. The |