diff options
author | heinz <heinz@pkgsrc.org> | 2008-01-13 17:47:25 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-01-13 17:47:25 +0000 |
commit | 1df4532e856772eb16afa435be13c9b894460b88 (patch) | |
tree | f87b1e5eab802f106d5f259034e553ad6640ea9e /devel/p5-gettext | |
parent | ae1409eba2b500cd546b9def0c206344261b1851 (diff) | |
download | pkgsrc-1df4532e856772eb16afa435be13c9b894460b88.tar.gz |
The package supports installation to DESTDIR and needs a C compiler.
Diffstat (limited to 'devel/p5-gettext')
-rw-r--r-- | devel/p5-gettext/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-gettext/Makefile b/devel/p5-gettext/Makefile index d33c34796fd..e4f7b410545 100644 --- a/devel/p5-gettext/Makefile +++ b/devel/p5-gettext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/03/04 21:29:25 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2008/01/13 17:47:25 heinz Exp $ # DISTNAME= gettext-1.05 @@ -12,8 +12,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/gettext/ COMMENT= Perl5 module interface to C I18N functions +PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews +USE_LANGUAGES= c PERL5_PACKLIST= auto/Locale/gettext/.packlist SUBST_CLASSES+= intlpath |