diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-19 19:16:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-19 19:16:37 +0000 |
commit | eb088b1e947ab38165afab373984db256ae86a92 (patch) | |
tree | 690f33c09f7b82b416cc32e3736c7d2322f2b21d /converters/p5-Text-Iconv | |
parent | b707795877db99d6502a15928500dbfa1539378f (diff) | |
download | pkgsrc-eb088b1e947ab38165afab373984db256ae86a92.tar.gz |
Actually, let the buildlink framework handle this.
Works on 1.6.2 and 2.0.
Diffstat (limited to 'converters/p5-Text-Iconv')
-rw-r--r-- | converters/p5-Text-Iconv/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/converters/p5-Text-Iconv/Makefile b/converters/p5-Text-Iconv/Makefile index 66c5676ca9a..d543f0ffffd 100644 --- a/converters/p5-Text-Iconv/Makefile +++ b/converters/p5-Text-Iconv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2005/02/19 19:09:38 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2005/02/19 19:16:37 wiz Exp $ # DISTNAME= Text-Iconv-1.4 @@ -17,8 +17,4 @@ PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/Iconv/.packlist .include "../../converters/libiconv/buildlink3.mk" .include "../../lang/perl5/module.mk" -# if this line is too high up and BUILDLINK_LDADD.iconv -# is empty, LIBS will be set to the following argument in -# MAKE_PARAMS -MAKE_PARAMS+= LIBS=${BUILDLINK_LDADD.iconv} .include "../../mk/bsd.pkg.mk" |