summaryrefslogtreecommitdiffstats
path: root/www/webalizer
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-11-01 00:58:47 +0000
committersteve <steve@FreeBSD.org>1999-11-01 00:58:47 +0000
commitc22defc7de1911961c5f3050801e623a53508fe5 (patch)
treed12342d63ced56369912de3a84be367b88021bc7 /www/webalizer
parent1a13376556e7ba49ba78f5ae7a9985a814766daf (diff)
downloadFreeBSD-ports-c22defc7de1911961c5f3050801e623a53508fe5.zip
FreeBSD-ports-c22defc7de1911961c5f3050801e623a53508fe5.tar.gz
Add '-lpng' for linking the against the static libgd.a.
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 a2b5211..7c2eb7f 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 \
OpenPOWER on IntegriCloud