diff options
author | tnn <tnn> | 2015-03-12 17:35:06 +0000 |
---|---|---|
committer | tnn <tnn> | 2015-03-12 17:35:06 +0000 |
commit | 440ed58268ef47459c12a92eec1754008874f570 (patch) | |
tree | 30bb504823de034b61b2eab74fe63d55507bd816 /math | |
parent | 8cf5f2f5bbd71c35b69c6dc3374b38fdaee9514d (diff) | |
download | pkgsrc-440ed58268ef47459c12a92eec1754008874f570.tar.gz |
needs soelim
Diffstat (limited to 'math')
-rw-r--r-- | math/udunits/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/udunits/Makefile b/math/udunits/Makefile index d2c766f5e5f..b78593c7e34 100644 --- a/math/udunits/Makefile +++ b/math/udunits/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2014/05/29 23:36:56 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2015/03/12 17:35:06 tnn Exp $ DISTNAME= udunits-1.12.1 PKGREVISION= 8 @@ -12,7 +12,7 @@ COMMENT= Library and program for manipulating units of physical quantities MAKE_JOBS_SAFE= no -USE_TOOLS+= perl +USE_TOOLS+= perl soelim WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}/src GNU_CONFIGURE= yes |