summaryrefslogtreecommitdiff
path: root/www/webalizer
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-01 00:58:47 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-01 00:58:47 +0000
commitb04df6af6207253d96a497a4277b33db30dafdd3 (patch)
treeead0a8e3c604e54b3e2ddb01374c971046a0c37b /www/webalizer
parentSome minor portlint cleaning. (diff)
Add '-lpng' for linking the against the static libgd.a.
Notes
Notes: svn path=/head/; revision=22762
Diffstat (limited to 'www/webalizer')
-rw-r--r--www/webalizer/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile
index a2b5211d0c65..7c2eb7f04f8e 100644
--- a/www/webalizer/Makefile
+++ b/www/webalizer/Makefile
@@ -14,11 +14,13 @@ EXTRACT_SUFX= .tgz
MAINTAINER= dirk.meyer@dinoex.sub.org
-LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd
+BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-gdlib=${PREFIX}/lib \
--with-gd=${PREFIX}/include/gd
+CONFIGURE_ENV+= LDFLAGS="-L${PREFIX}/lib"
+
BIN1= webalizer
MAN1= webalizer.1
DOC1= CHANGES COPYING Copyright INSTALL \