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 | d2459d21be82757f5a4e727766b684be3c00f5e7 (patch) | |
tree | d8e92cb4267a6c2b939718c51574cb1e485b6ea5 /mail | |
parent | b32931e0c10103a7edc1fc69cd7122a43b9098bb (diff) | |
download | pkgsrc-d2459d21be82757f5a4e727766b684be3c00f5e7.tar.gz |
USE_TOOLS+=yacc
Diffstat (limited to 'mail')
-rw-r--r-- | mail/deliver/Makefile | 4 | ||||
-rw-r--r-- | mail/etpan/Makefile | 4 | ||||
-rw-r--r-- | mail/hypermail/Makefile | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/mail/deliver/Makefile b/mail/deliver/Makefile index 93f05cb0b1c..7a9ff5857ff 100644 --- a/mail/deliver/Makefile +++ b/mail/deliver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/03/04 21:29:59 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2006/06/20 22:13:33 minskim Exp $ DISTNAME= deliver-2.1.14 PKGREVISION= 1 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://deliver.sourceforge.net/ COMMENT= Local mail delivery agent with shell-script control +USE_TOOLS+= yacc + PKG_SYSCONFSUBDIR= deliver PKG_OPTIONS_VAR= PKG_OPTIONS.deliver diff --git a/mail/etpan/Makefile b/mail/etpan/Makefile index 2ee981770ef..3b323a1921c 100644 --- a/mail/etpan/Makefile +++ b/mail/etpan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/03/17 23:40:13 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2006/06/20 22:14:07 minskim Exp $ # DISTNAME= etpan-ng-0.7.1 @@ -11,7 +11,7 @@ HOMEPAGE= http://libetpan.sourceforge.net/etpan/ COMMENT= Mail console client with S/MIME and PGP support USE_PKGLOCALEDIR= yes -USE_TOOLS+= perl:run +USE_TOOLS+= perl:run yacc GNU_CONFIGURE= yes DOCDIR= ${LOCALBASE}/share/doc/etpan 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 |