diff options
author | minskim <minskim> | 2006-06-20 22:12:59 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-06-20 22:12:59 +0000 |
commit | 713efa8d5e172f891fe8ba12034c888205ae0771 (patch) | |
tree | d8e92cb4267a6c2b939718c51574cb1e485b6ea5 /mail/hypermail | |
parent | 22512a949eb83e8568b622ff2bc6132030467c24 (diff) | |
download | pkgsrc-713efa8d5e172f891fe8ba12034c888205ae0771.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 |