From c22defc7de1911961c5f3050801e623a53508fe5 Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 1 Nov 1999 00:58:47 +0000 Subject: Add '-lpng' for linking the against the static libgd.a. --- www/webalizer/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'www/webalizer') 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 \ -- cgit v1.1