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 /security/gnupg | |
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 'security/gnupg')
-rw-r--r-- | security/gnupg/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 5ac8dd5aa68..de7525a0758 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2001/06/28 19:13:24 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2001/10/27 07:00:53 jlam Exp $ # DISTNAME= gnupg-1.0.6 @@ -17,7 +17,6 @@ USE_BUILDLINK_ONLY= yes CRYPTO= yes GNU_CONFIGURE= yes USE_GMAKE= yes -#USE_LIBINTL= yes EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} |