diff options
author | az <az@FreeBSD.org> | 2012-06-30 13:23:19 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 13:23:19 +0800 |
commit | aa44daa1a2357db2175dd99b45bc46bbdfc3e66b (patch) | |
tree | b3dd711ee84d324686505a89f6a26bd97c3da587 /math | |
parent | a9789f60fa92b5a9b4a87873f28a2d7cd1a3a0ed (diff) | |
download | freebsd-ports-gnome-aa44daa1a2357db2175dd99b45bc46bbdfc3e66b.tar.gz freebsd-ports-gnome-aa44daa1a2357db2175dd99b45bc46bbdfc3e66b.tar.zst freebsd-ports-gnome-aa44daa1a2357db2175dd99b45bc46bbdfc3e66b.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Spline/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/p5-Math-Spline/Makefile b/math/p5-Math-Spline/Makefile index dbf97273f553..5cfc97870dee 100644 --- a/math/p5-Math-Spline/Makefile +++ b/math/p5-Math-Spline/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= fernan@iib.unsam.edu.ar COMMENT= Cubic Spline Interpolation of data -RUN_DEPENDS= ${SITE_PERL}/Math/Derivative.pm:${PORTSDIR}/math/p5-Math-Derivative +RUN_DEPENDS= p5-Math-Derivative>=0:${PORTSDIR}/math/p5-Math-Derivative PERL_CONFIGURE= yes |