diff options
author | itojun <itojun@pkgsrc.org> | 2000-10-31 17:20:07 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-10-31 17:20:07 +0000 |
commit | 08cc65a9e28a4111b196e9453ad38ecf860a52d9 (patch) | |
tree | fb67f82d071830cf2e5a7dc154b3a8aeab6473e7 | |
parent | 33966e373042805373d69cc23087d98f8f521079 (diff) | |
download | pkgsrc-08cc65a9e28a4111b196e9453ad38ecf860a52d9.tar.gz |
declare USE_LIBINTL.
-rw-r--r-- | mk/bsd.pkg.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index bd02f5b2517..47be94f6221 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.593 2000/10/26 16:09:54 hubertf Exp $ +# $NetBSD: bsd.pkg.mk,v 1.594 2000/10/31 17:20:07 itojun Exp $ # # This file is in the public domain. # @@ -217,6 +217,10 @@ DEPENDS+= ncurses>=5.0:../../devel/ncurses DEPENDS+= gtexinfo-3.12:../../devel/gtexinfo .endif +.if defined(USE_LIBINTL) && !exists(/usr/include/libintl.h) +DEPENDS+= gettext-lib>=0.10.35nb1:../../devel/gettext-lib +.endif + .if defined(USE_LIBTOOL) LIBTOOL= ${LOCALBASE}/bin/libtool # XXX: actually, here we would need something like |