diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-09-04 06:46:16 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-09-04 06:46:16 +0000 |
commit | 3ab57f27d6c0d34aa229c036d7032f68924d0992 (patch) | |
tree | c74d7b195d318e9c12b4c203046520ad198b4ae0 /www/webalizer | |
parent | 2af3481b0b0af1a825e0af69a1fbbf91deac9996 (diff) |
Notes
Diffstat (limited to 'www/webalizer')
-rw-r--r-- | www/webalizer/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile index 5d0b54fe9aee..5495af48dfea 100644 --- a/www/webalizer/Makefile +++ b/www/webalizer/Makefile @@ -7,7 +7,7 @@ PORTNAME= webalizer PORTVERSION= 2.1.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES+= www MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/ \ ftp://ftp.dinoex.de/pub/FreeBSD/distfiles/ @@ -17,13 +17,14 @@ MAINTAINER?= dinoex@FreeBSD.org COMMENT= A web server log file analysis program .if !defined(LIB_DEPENDS) -LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd +LIB_DEPENDS= gd.4:${PORTSDIR}/${GD_PORT} .endif USE_BZIP2= yes GNU_CONFIGURE= yes DOCSDIR?= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} EXAMPLESDIR?= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} +GD_PORT?= graphics/gd .if defined(BATCH) # no cosmetique spaces allowed |