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 /textproc/jade | |
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 'textproc/jade')
-rw-r--r-- | textproc/jade/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile index d0d3cf8bd34..1707d1b04a5 100644 --- a/textproc/jade/Makefile +++ b/textproc/jade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2001/10/14 12:19:16 tron Exp $ +# $NetBSD: Makefile,v 1.17 2001/10/27 07:00:53 jlam Exp $ DISTNAME= jade-1.2.1 PKGNAME= jade-1.2.1nb4 @@ -21,7 +21,6 @@ CONFLICTS+= sp-[0-9]* USE_BUILDLINK_ONLY= YES USE_GMAKE= YES GNU_CONFIGURE= YES -#USE_LIBINTL= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/config/ltconfig |