summaryrefslogtreecommitdiff
path: root/mail/hypermail/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-10-10 00:49:41 +0000
committerjlam <jlam@pkgsrc.org>2002-10-10 00:49:41 +0000
commitaa528a7c64daf8b859748c0903cb85b81c184a48 (patch)
treeeb7f783af1fdbbd504795fbe040d457f8039209e /mail/hypermail/Makefile
parentf28dc9aa3284998e750ab528efcaa97cb7f6b216 (diff)
downloadpkgsrc-aa528a7c64daf8b859748c0903cb85b81c184a48.tar.gz
buildlink1 -> buildlink2
Diffstat (limited to 'mail/hypermail/Makefile')
-rw-r--r--mail/hypermail/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/hypermail/Makefile b/mail/hypermail/Makefile
index c9f89586ac5..8305835ad40 100644
--- a/mail/hypermail/Makefile
+++ b/mail/hypermail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/06/26 05:52:05 grant Exp $
+# $NetBSD: Makefile,v 1.2 2002/10/10 00:49:41 jlam Exp $
#
DISTNAME= hypermail-2.1.4
@@ -9,8 +9,10 @@ MAINTAINER= grant@netbsd.org
HOMEPAGE= http://www.hypermail.org/
COMMENT= creates indexed, threaded HTML archives of email
+USE_BUILDLINK2= yes
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-gdbm=${BUILDLINK_PREFIX.gdbm}
CONFIGURE_ARGS+= --with-htmldir=${PREFIX}/share/doc/html/hypermail
-.include "../../databases/gdbm/buildlink.mk"
+.include "../../databases/gdbm/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"