diff options
author | Martin Matuska <mm@FreeBSD.org> | 2012-12-10 19:11:11 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2012-12-10 19:11:11 +0000 |
commit | b2c4fbb77ae78c9afdb5e9b230c54c6e8e1c5dfa (patch) | |
tree | 72e0f50b478fcc72d7fc0a63685fd4e55917df11 /www/awffull | |
parent | ad444725e12107f98ef3a17901a6c968e5f165f6 (diff) | |
download | ports-b2c4fbb77ae78c9afdb5e9b230c54c6e8e1c5dfa.tar.gz ports-b2c4fbb77ae78c9afdb5e9b230c54c6e8e1c5dfa.zip |
Notes
Diffstat (limited to 'www/awffull')
-rw-r--r-- | www/awffull/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/awffull/Makefile b/www/awffull/Makefile index a16497bef2e6..aef9b9466bba 100644 --- a/www/awffull/Makefile +++ b/www/awffull/Makefile @@ -7,7 +7,7 @@ PORTNAME= awffull PORTVERSION= 3.10.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES?= www MASTER_SITES= http://www.stedee.id.au/files/ @@ -17,7 +17,7 @@ COMMENT= AWFFull is a webserver log analysis tool forked from Webalizer BUILD_DEPENDS= ${LOCALBASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \ png15:${PORTSDIR}/graphics/png \ - pcre.1:${PORTSDIR}/devel/pcre + pcre.3:${PORTSDIR}/devel/pcre RUN_DEPENDS:= ${BUILD_DEPENDS} CONFLICTS?= ja-awffull-[0-9]* |