diff options
Diffstat (limited to 'mail/hypermail/Makefile')
-rw-r--r-- | mail/hypermail/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/hypermail/Makefile b/mail/hypermail/Makefile index a71e372a39c..53a7b82cedc 100644 --- a/mail/hypermail/Makefile +++ b/mail/hypermail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/04/11 21:46:19 tv Exp $ +# $NetBSD: Makefile,v 1.11 2006/06/20 22:14:46 minskim Exp $ # DISTNAME= hypermail-2.1.8 @@ -10,6 +10,8 @@ HOMEPAGE= http://www.hypermail.org/ COMMENT= Creates indexed, threaded HTML archives of email GNU_CONFIGURE= yes +USE_TOOLS+= yacc + CONFIGURE_ARGS+= --with-gdbm=${BUILDLINK_PREFIX.gdbm} CONFIGURE_ARGS+= --with-htmldir=${PREFIX}/share/doc/html/hypermail |