summaryrefslogtreecommitdiff
path: root/www/webalizer
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-08-25 21:50:52 +0000
committerjlam <jlam@pkgsrc.org>2002-08-25 21:50:52 +0000
commita020ed9056d4d74e13cd2a99898f3dec09c162b7 (patch)
treef54fdc39f5381d6b58a06e7e3ed458f63f0e9df2 /www/webalizer
parent287b5c5601b23446d25c27bbf0140c8dc4b4391e (diff)
downloadpkgsrc-a020ed9056d4d74e13cd2a99898f3dec09c162b7.tar.gz
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
Diffstat (limited to 'www/webalizer')
-rw-r--r--www/webalizer/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile
index d2ee917b8ef..94687e85b9c 100644
--- a/www/webalizer/Makefile
+++ b/www/webalizer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2002/03/13 17:37:53 fredb Exp $
+# $NetBSD: Makefile,v 1.21 2002/08/25 21:52:25 jlam Exp $
#
DISTNAME= webalizer-2.01-09-src
@@ -16,11 +16,12 @@ COMMENT= Web server log file analysis program
WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}
-USE_BUILDLINK_ONLY= YES
+USE_BUILDLINK2= YES
+USE_X11= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --enable-dns
-CONFIGURE_ENV+= ac_cv_GDLIB=${BUILDLINK_DIR}/include
+CONFIGURE_ENV+= ac_cv_GDLIB=${BUILDLINK_PREFIX.gd}/include
EGDIR= ${PREFIX}/share/examples
CONF_FILES= ${EGDIR}/webalizer.conf.sample ${PKG_SYSCONFDIR}/webalizer.conf
@@ -32,7 +33,7 @@ post-build:
${MV} -f ${WRKSRC}/$${file}.fixed ${WRKSRC}/$${file}; \
done
-.include "../../graphics/gd/buildlink.mk"
-.include "../../mk/x11.buildlink.mk"
+.include "../../graphics/gd/buildlink2.mk"
+
.include "../../mk/bsd.pkg.install.mk"
.include "../../mk/bsd.pkg.mk"