diff options
author | pav <pav@FreeBSD.org> | 2004-05-25 00:33:10 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-25 00:33:10 +0000 |
commit | cdb66e465a527aa42535d6163a45539f81e210f9 (patch) | |
tree | 5095b8e214e2da71be5bda9d2d4ecaaae8ed465c /math/libRmath/Makefile | |
parent | 96f67600ed7329df238b08a6ec2283bc284273f3 (diff) | |
download | FreeBSD-ports-cdb66e465a527aa42535d6163a45539f81e210f9.zip FreeBSD-ports-cdb66e465a527aa42535d6163a45539f81e210f9.tar.gz |
- Drop unneeded dependency on Perl
PR: ports/66759
Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
Diffstat (limited to 'math/libRmath/Makefile')
-rw-r--r-- | math/libRmath/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/libRmath/Makefile b/math/libRmath/Makefile index 7a35bfd..4b3cbd6 100644 --- a/math/libRmath/Makefile +++ b/math/libRmath/Makefile @@ -34,7 +34,6 @@ MAINTAINER= vangyzen@stat.duke.edu COMMENT= The standalone math library from R INSTALLS_SHLIB= yes -USE_PERL5= yes GNU_CONFIGURE= yes PLIST_FILES= include/Rmath.h lib/libRmath.a lib/libRmath.so lib/libRmath.so.0 |