diff options
author | obache <obache> | 2007-12-20 12:08:22 +0000 |
---|---|---|
committer | obache <obache> | 2007-12-20 12:08:22 +0000 |
commit | a190a834abc1248a1b274a900a3977d3ce734486 (patch) | |
tree | 172b4e415225f35af1accb6c65f0758ba590ea4a /math/udunits | |
parent | 2bc5bff1c91a152310c3e422b4ed2f504935e29a (diff) | |
download | pkgsrc-a190a834abc1248a1b274a900a3977d3ce734486.tar.gz |
Need perl to build.
Diffstat (limited to 'math/udunits')
-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} |