diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-09-04 14:46:16 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-09-04 14:46:16 +0800 |
commit | dbaf468e3b58334d91d057b31e61d277c70a9c17 (patch) | |
tree | d1289753087e52b4e7f2dfca6cd108c62f316a97 /www | |
parent | 52830d1182acdbe77458296b1464667b64bf40c3 (diff) | |
download | freebsd-ports-gnome-dbaf468e3b58334d91d057b31e61d277c70a9c17.tar.gz freebsd-ports-gnome-dbaf468e3b58334d91d057b31e61d277c70a9c17.tar.zst freebsd-ports-gnome-dbaf468e3b58334d91d057b31e61d277c70a9c17.zip |
- Fix option GD_PORT
Diffstat (limited to 'www')
-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 |