diff options
author | aaron <aaron@FreeBSD.org> | 2006-06-03 05:35:23 +0800 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-06-03 05:35:23 +0800 |
commit | 449dc95eea97da7ff6b580f46c9b8dfe430ba453 (patch) | |
tree | 50bb861e24df360dc973dc9aa6cd697cd540958d /math | |
parent | 8268592187e013304277c70f398736639bb9277f (diff) | |
download | freebsd-ports-gnome-449dc95eea97da7ff6b580f46c9b8dfe430ba453.tar.gz freebsd-ports-gnome-449dc95eea97da7ff6b580f46c9b8dfe430ba453.tar.zst freebsd-ports-gnome-449dc95eea97da7ff6b580f46c9b8dfe430ba453.zip |
- Patch Makefile.PL to remove possible interactivity
Approved by: tobez (implicit)
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Number-WithError/Makefile | 2 | ||||
-rw-r--r-- | math/p5-Number-WithError/files/patch-Makefile.PL | 8 |
2 files changed, 8 insertions, 2 deletions
diff --git a/math/p5-Number-WithError/Makefile b/math/p5-Number-WithError/Makefile index 724faa1bf345..75a602c4a2da 100644 --- a/math/p5-Number-WithError/Makefile +++ b/math/p5-Number-WithError/Makefile @@ -15,8 +15,6 @@ 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 diff --git a/math/p5-Number-WithError/files/patch-Makefile.PL b/math/p5-Number-WithError/files/patch-Makefile.PL new file mode 100644 index 000000000000..94ec8e5a0369 --- /dev/null +++ b/math/p5-Number-WithError/files/patch-Makefile.PL @@ -0,0 +1,8 @@ +--- Makefile.PL.orig Wed Feb 8 09:47:57 2006 ++++ Makefile.PL Fri Jun 2 15:32:13 2006 +@@ -10,5 +10,4 @@ + build_requires 'Test::More' => '0.47'; + build_requires 'Test::LectroTest' => '0'; + +-auto_install; + WriteAll; |