diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-01 00:58:47 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-01 00:58:47 +0000 |
commit | b04df6af6207253d96a497a4277b33db30dafdd3 (patch) | |
tree | ead0a8e3c604e54b3e2ddb01374c971046a0c37b /www/webalizer-2 | |
parent | Some 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-2')
-rw-r--r-- | www/webalizer-2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/webalizer-2/Makefile b/www/webalizer-2/Makefile index a2b5211d0c65..7c2eb7f04f8e 100644 --- a/www/webalizer-2/Makefile +++ b/www/webalizer-2/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 \ |