diff options
author | jlam <jlam@pkgsrc.org> | 2001-10-27 07:00:52 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-10-27 07:00:52 +0000 |
commit | c96c9806bc527b83c8142e32b255648f1507c217 (patch) | |
tree | bce9a174e936f18b0f927ec18cb6ae244e82fda1 /mail/fetchmail | |
parent | e8a5be45dbf7027797f47057a23763ccfa2eaeca (diff) | |
download | pkgsrc-c96c9806bc527b83c8142e32b255648f1507c217.tar.gz |
Remove commented USE_LIBINTL definitions ... we already use the
gettext-lib/buildlink.mk file.
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 3 |
1 files changed, 1 insertions, 2 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 |