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/eb | |
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/eb')
-rw-r--r-- | textproc/eb/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/eb/Makefile b/textproc/eb/Makefile index 05c2f6fffc8..961a746b6ca 100644 --- a/textproc/eb/Makefile +++ b/textproc/eb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/06/28 20:11:49 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2001/10/27 07:00:53 jlam Exp $ # FreeBSD Id: ports/japanese/eb/Makefile,v 1.21 2000/08/21 03:39:42 kevlo Exp DISTNAME= eb-3.0 @@ -49,7 +49,6 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-zlib USE_GMAKE= yes -#USE_LIBINTL= yes APPENDIXDIR= ${PREFIX}/share/eb/appendix |