summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorwiz <wiz>2005-02-19 19:09:38 +0000
committerwiz <wiz>2005-02-19 19:09:38 +0000
commit5be8d6fb44d7b0129562bce234bb144e667da688 (patch)
tree90bdee0e8bb117331e50c41978177c91960ef2c6 /converters
parent50d68c233078822731c44f95774a768c4ffe31ae (diff)
downloadpkgsrc-5be8d6fb44d7b0129562bce234bb144e667da688.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"