diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-30 14:49:57 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-30 14:49:57 +0000 |
commit | 8b0f693e36af03382d4787457d58e3fa36ac2b47 (patch) | |
tree | b4fa7f96ccc95b9a546d575f87ecefa811248661 /mail | |
parent | 430d015f96c2f3fb3d11307f26ef1a8516863d35 (diff) | |
download | pkgsrc-8b0f693e36af03382d4787457d58e3fa36ac2b47.tar.gz |
Add back dependencies on automake and autoconf requested by tron. The build
process of "mutt" invokes them always if they are present, and because this
"devel" version is a snapshot of the development work it is always possible
that the "configure" scripts and other automatically generated files are out
of date. To be on the safe side, keep the dependencies there.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 82dfdcf0710..1c1ed15048d 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/06/20 07:48:56 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2001/06/30 14:49:57 jlam Exp $ DISTNAME= mutt-1.3.18i CATEGORIES= mail @@ -10,8 +10,8 @@ COMMENT= text-based MIME mail client with PGP support USE_BUILDLINK_ONLY= YES -#BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf -#BUILD_DEPENDS+= automake-1.4:../../devel/automake +BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf +BUILD_DEPENDS+= automake-1.4:../../devel/automake BUILD_USES_MSGFMT= YES #USE_LIBINTL= YES |