diff options
author | obache <obache@pkgsrc.org> | 2010-09-15 10:37:06 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-09-15 10:37:06 +0000 |
commit | bee105f8cf3afd757f1f14b4ef2e187127d6da17 (patch) | |
tree | d94a6038521320bd824453c51055e1469ed770b9 /net | |
parent | fa62b930d7a8fab7393c465a8a3e282ef0c07142 (diff) | |
download | pkgsrc-bee105f8cf3afd757f1f14b4ef2e187127d6da17.tar.gz |
BUILDLINK_DIR should not be used here, use BUILDLINK_PREFIX.* instead.
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-LibIDN/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/p5-Net-LibIDN/Makefile b/net/p5-Net-LibIDN/Makefile index 2c2b4b4cae2..c96b1d56a75 100644 --- a/net/p5-Net-LibIDN/Makefile +++ b/net/p5-Net-LibIDN/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2010/08/21 16:35:26 seb Exp $ +# $NetBSD: Makefile,v 1.6 2010/09/15 10:37:06 obache Exp $ DISTNAME= Net-LibIDN-0.12 PKGNAME= p5-${DISTNAME} @@ -14,8 +14,8 @@ LICENSE= artistic PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir -MAKE_PARAMS.makemaker+= --with-libidn=${BUILDLINK_DIR}/lib -MAKE_PARAMS.makemaker+= --with-libidn-inc=${BUILDLINK_DIR}/include +MAKE_PARAMS.makemaker+= --with-libidn=${BUILDLINK_PREFIX.libidn}/lib +MAKE_PARAMS.makemaker+= --with-libidn-inc=${BUILDLINK_PREFIX.libidn}/include PERL5_PACKLIST= auto/Net/LibIDN/.packlist |