diff options
author | jlam <jlam> | 2001-10-27 07:00:52 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-10-27 07:00:52 +0000 |
commit | 047beb4332d4f1c798ecfa217ba8cc038c9af2f8 (patch) | |
tree | bce9a174e936f18b0f927ec18cb6ae244e82fda1 /mail | |
parent | 06b59da5b42776003162504b308b1a52467051e2 (diff) | |
download | pkgsrc-047beb4332d4f1c798ecfa217ba8cc038c9af2f8.tar.gz |
Remove commented USE_LIBINTL definitions ... we already use the
gettext-lib/buildlink.mk file.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchmail/Makefile | 3 | ||||
-rw-r--r-- | mail/mutt-devel/Makefile | 3 | ||||
-rw-r--r-- | mail/mutt/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 0c618032fd8..687ceacce71 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.106 2001/10/06 17:18:05 frueauf Exp $ +# $NetBSD: Makefile,v 1.107 2001/10/27 07:00:52 jlam Exp $ DISTNAME= fetchmail-5.9.4 CATEGORIES= mail @@ -14,7 +14,6 @@ BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf BUILD_USES_MSGFMT= yes USE_BUILDLINK_ONLY= yes -#USE_LIBINTL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-hesiod diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 9540b74580e..cae296e784d 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/09/21 12:25:59 tron Exp $ +# $NetBSD: Makefile,v 1.13 2001/10/27 07:00:52 jlam Exp $ DISTNAME= mutt-1.3.21i CATEGORIES= mail @@ -14,7 +14,6 @@ BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf BUILD_DEPENDS+= automake>=1.4:../../devel/automake BUILD_USES_MSGFMT= YES -#USE_LIBINTL= YES USE_GMAKE= YES GNU_CONFIGURE= YES diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 90895ed137d..f938a0c239d 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.74 2001/07/13 07:09:18 jlam Exp $ +# $NetBSD: Makefile,v 1.75 2001/10/27 07:00:53 jlam Exp $ DISTNAME= mutt-1.2.5i CATEGORIES= mail @@ -14,7 +14,6 @@ COMMENT= text-based MIME mail client with PGP support USE_BUILDLINK_ONLY= YES BUILD_USES_MSGFMT= YES -#USE_LIBINTL= YES USE_GMAKE= YES GNU_CONFIGURE= YES |