From b17530f125be2e98aaf94a7cab7d541ce5b63f15 Mon Sep 17 00:00:00 2001 From: fgsch Date: Wed, 22 Sep 2004 21:26:40 +0000 Subject: [PATCH] missing dependency; noticed by fries a bit ago. --- mail/mutt/Makefile.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mail/mutt/Makefile.inc b/mail/mutt/Makefile.inc index e0b01a3ee9f..ef27e4e7666 100644 --- a/mail/mutt/Makefile.inc +++ b/mail/mutt/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.5 2004/08/10 09:14:48 xsa Exp $ +# $OpenBSD: Makefile.inc,v 1.6 2004/09/22 21:26:40 fgsch Exp $ DISTNAME= mutt-${VERSION}i CATEGORIES= mail @@ -62,6 +62,7 @@ PATCH_DIST_STRIP= -p1 AUTOCONF_VERSION= 2.52 CONFIGURE_ARGS+= --enable-hcache BUILD_DEPENDS+= ::databases/gdbm +LIB_DEPENDS+= gdbm.2::databases/gdbm .else SUPDISTFILES+= mutt-cvs-maildir-header-cache.18:1 .endif