diff options
author | minskim <minskim> | 2005-10-13 20:39:37 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-10-13 20:39:37 +0000 |
commit | e240f634cef8f6ec82edf414c89ba6195a07ce2a (patch) | |
tree | 6b053a2ca764cf89fb22a4a38cc3dd5f27d3b759 /devel/libidn | |
parent | 1c2c259f661d6be777501caee8e7001a071ce202 (diff) | |
download | pkgsrc-e240f634cef8f6ec82edf414c89ba6195a07ce2a.tar.gz |
Enable NLS explicitly by including gettext-lib/buildlink3.mk.
Bump PKGREVISION due to PLIST changes.
Diffstat (limited to 'devel/libidn')
-rw-r--r-- | devel/libidn/Makefile | 5 | ||||
-rw-r--r-- | devel/libidn/PLIST | 17 |
2 files changed, 20 insertions, 2 deletions
diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index fdab47ee8d6..4c529c765e1 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2005/09/30 13:16:54 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2005/10/13 20:39:37 minskim Exp $ # DISTNAME= libidn-0.5.19 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/libidn/ \ http://josefsson.org/libidn/releases/ @@ -16,12 +17,14 @@ GNU_CONFIGURE= yes TEST_TARGET= check USE_LIBTOOL= yes USE_TOOLS+= pkg-config +USE_PKGLOCALEDIR= yes PKGCONFIG_OVERRIDE+= libidn.pc.in INFO_FILES= libidn.info .include "../../converters/libiconv/buildlink3.mk" +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/libgetopt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/libidn/PLIST b/devel/libidn/PLIST index 5eed8521629..ee35064d106 100644 --- a/devel/libidn/PLIST +++ b/devel/libidn/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2004/12/26 02:08:14 wiz Exp $ +@comment $NetBSD: PLIST,v 1.8 2005/10/13 20:39:37 minskim Exp $ bin/idn include/idn-free.h include/idn-int.h @@ -55,3 +55,18 @@ man/man3/tld_get_4z.3 man/man3/tld_get_table.3 man/man3/tld_get_z.3 man/man3/tld_strerror.3 +${PKGLOCALEDIR}/locale/da/LC_MESSAGES/libidn.mo +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/libidn.mo +${PKGLOCALEDIR}/locale/en@boldquot/LC_MESSAGES/libidn.mo +${PKGLOCALEDIR}/locale/en@quot/LC_MESSAGES/libidn.mo +${PKGLOCALEDIR}/locale/eo/LC_MESSAGES/libidn.mo +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/libidn.mo +${PKGLOCALEDIR}/locale/it/LC_MESSAGES/libidn.mo +${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/libidn.mo +${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/libidn.mo +${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/libidn.mo +${PKGLOCALEDIR}/locale/rw/LC_MESSAGES/libidn.mo +${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/libidn.mo +${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/libidn.mo +${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/libidn.mo +${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/libidn.mo |