summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-02-19 19:09:38 +0000
committerwiz <wiz@pkgsrc.org>2005-02-19 19:09:38 +0000
commitb707795877db99d6502a15928500dbfa1539378f (patch)
tree90bdee0e8bb117331e50c41978177c91960ef2c6 /converters
parenta6a1995a5929f7379ed1499c6074fdeb49b8c3c4 (diff)
downloadpkgsrc-b707795877db99d6502a15928500dbfa1539378f.tar.gz
Reorder lines to avoid build errors because of "LIBS= INSTALLDIRS=site".
Diffstat (limited to 'converters')
-rw-r--r--converters/p5-Text-Iconv/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/converters/p5-Text-Iconv/Makefile b/converters/p5-Text-Iconv/Makefile
index 5194799e18e..66c5676ca9a 100644
--- a/converters/p5-Text-Iconv/Makefile
+++ b/converters/p5-Text-Iconv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/02/19 19:00:18 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2005/02/19 19:09:38 wiz Exp $
#
DISTNAME= Text-Iconv-1.4
@@ -14,8 +14,11 @@ COMMENT= Perl interface to iconv() codeset conversion function
USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/Iconv/.packlist
-MAKE_PARAMS= LIBS=${BUILDLINK_LDADD.iconv}
.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"