diff options
author | briggs <briggs> | 2001-12-01 02:26:24 +0000 |
---|---|---|
committer | briggs <briggs> | 2001-12-01 02:26:24 +0000 |
commit | 2ddc4193c7152d3299aca3325594c48dc6400de7 (patch) | |
tree | fe0e938a91f2ffae28ef2b018edc68ebe3ab231f /www/webalizer | |
parent | 08f675f8a69e3f25d2ae82247e0cdd0f7013a45a (diff) | |
download | pkgsrc-2ddc4193c7152d3299aca3325594c48dc6400de7.tar.gz |
Make sure we can find libgd.*
Diffstat (limited to 'www/webalizer')
-rw-r--r-- | www/webalizer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile index a44f1476fb3..507ec46639a 100644 --- a/www/webalizer/Makefile +++ b/www/webalizer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2001/05/05 12:12:14 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2001/12/01 02:26:24 briggs Exp $ # DISTNAME= webalizer-2.01-06-src @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/webalizer-2.01-06 USE_X11= yes USE_XPM= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gd=${LOCALBASE}/include \ +CONFIGURE_ARGS= --with-gd=${LOCALBASE}/include --with-gdlib=${LOCALBASE}/lib \ --enable-dns post-patch: |