diff options
author | obache <obache@pkgsrc.org> | 2007-12-20 12:08:22 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-12-20 12:08:22 +0000 |
commit | 93e3841c3bd8af5e8eb0ff8704c744520b796f32 (patch) | |
tree | 172b4e415225f35af1accb6c65f0758ba590ea4a /math | |
parent | a1e2835f04ceb348e39a8b0d3e4d24f4a1f18f5e (diff) | |
download | pkgsrc-93e3841c3bd8af5e8eb0ff8704c744520b796f32.tar.gz |
Need perl to build.
Diffstat (limited to 'math')
-rw-r--r-- | math/udunits/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/udunits/Makefile b/math/udunits/Makefile index 7db265ebe50..45ca3d482d8 100644 --- a/math/udunits/Makefile +++ b/math/udunits/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/10/04 21:47:58 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2007/12/20 12:08:22 obache Exp $ DISTNAME= udunits PKGNAME= udunits-1.12.1 @@ -11,6 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.unidata.ucar.edu/software/udunits/ COMMENT= Library and program for manipulating units of physical quantities +USE_TOOLS+= perl WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}/src DIST_SUBDIR= ${PKGNAME_NOREV} |