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