diff options
author | rillig <rillig> | 2006-01-26 15:33:30 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-01-26 15:33:30 +0000 |
commit | 9b467b1f0fd5eeb67cbe698ec7b6a74fc727a233 (patch) | |
tree | 33afe7e43f85831090b17ca84e410a320a10ead3 /devel/libidn | |
parent | 183ea30976aa3ac5c7a2ea55ade66b0578047d37 (diff) | |
download | pkgsrc-9b467b1f0fd5eeb67cbe698ec7b6a74fc727a233.tar.gz |
According to the NetBSD 1.6.2/i386 bulk build, perl is needed at build
time.
Diffstat (limited to 'devel/libidn')
-rw-r--r-- | devel/libidn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index 5d2f4f76d8b..234bb7e147e 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/01/21 23:15:48 adam Exp $ +# $NetBSD: Makefile,v 1.26 2006/01/26 15:33:30 rillig Exp $ DISTNAME= libidn-0.6.1 CATEGORIES= devel @@ -13,7 +13,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config perl:build GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= libidn.pc.in |