diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-20 22:12:59 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-20 22:12:59 +0000 |
commit | cffca6fc0fa78c14b0f612a373c8358bec4eeaa4 (patch) | |
tree | d8e92cb4267a6c2b939718c51574cb1e485b6ea5 /mail/hypermail | |
parent | 64cfe268fb0d9fc6019595e1aa2fd1d4533d24a1 (diff) | |
download | pkgsrc-cffca6fc0fa78c14b0f612a373c8358bec4eeaa4.tar.gz |
USE_TOOLS+=yacc
Diffstat (limited to 'mail/hypermail')
-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 |