diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-25 00:33:10 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-25 00:33:10 +0000 |
commit | 073465023a726aef4c77f067a1c4e6efdee0761e (patch) | |
tree | 66521cb1565023940e25182d833fb6ff3e4a28b8 | |
parent | 1eff561bd9ab9e657b0d3060c5a8d627cae01195 (diff) | |
download | freebsd-ports-073465023a726aef4c77f067a1c4e6efdee0761e.zip |
- Drop unneeded dependency on Perl
PR: ports/66759
Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
-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 7a35bfd369ed..4b3cbd663975 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 |