diff options
author | steve <steve@FreeBSD.org> | 1999-11-01 08:58:47 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-01 08:58:47 +0800 |
commit | c22defc7de1911961c5f3050801e623a53508fe5 (patch) | |
tree | d12342d63ced56369912de3a84be367b88021bc7 /www/webalizer/Makefile | |
parent | 1a13376556e7ba49ba78f5ae7a9985a814766daf (diff) | |
download | freebsd-ports-graphics-c22defc7de1911961c5f3050801e623a53508fe5.tar.gz freebsd-ports-graphics-c22defc7de1911961c5f3050801e623a53508fe5.tar.zst freebsd-ports-graphics-c22defc7de1911961c5f3050801e623a53508fe5.zip |
Add '-lpng' for linking the against the static libgd.a.
Diffstat (limited to 'www/webalizer/Makefile')
-rw-r--r-- | www/webalizer/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile index a2b5211d0c6..7c2eb7f04f8 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 \ |