diff options
author | kris <kris@FreeBSD.org> | 2006-06-03 04:41:30 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-06-03 04:41:30 +0800 |
commit | f6ec803c18c13117c757615134b179f8678d7490 (patch) | |
tree | 5f1cd02764805a71a9139b30c540094290fd1177 /math | |
parent | 158eb58ddf74d49f39539cbf957c8ae0edac1417 (diff) | |
download | freebsd-ports-gnome-f6ec803c18c13117c757615134b179f8678d7490.tar.gz freebsd-ports-gnome-f6ec803c18c13117c757615134b179f8678d7490.tar.zst freebsd-ports-gnome-f6ec803c18c13117c757615134b179f8678d7490.zip |
Mark IS_INTERACTIVE to avoid infinite build loop.
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Number-WithError/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/p5-Number-WithError/Makefile b/math/p5-Number-WithError/Makefile index 75a602c4a2da..724faa1bf345 100644 --- a/math/p5-Number-WithError/Makefile +++ b/math/p5-Number-WithError/Makefile @@ -15,6 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= aaron@FreeBSD.org COMMENT= Numbers with error propagation and scientific rounding +IS_INTERACTIVE= yes + BUILD_DEPENDS= ${SITE_PERL}/Params/Util.pm:${PORTSDIR}/devel/p5-Params-Util \ ${SITE_PERL}/prefork.pm:${PORTSDIR}/devel/p5-prefork \ ${SITE_PERL}/Math/SymbolicX/Inline.pm:${PORTSDIR}/math/p5-Math-SymbolicX-Inline |