summaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-30 14:53:22 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-30 14:53:22 +0000
commita41069ab3bfd541bc1346b1cecf61e6f8e73bcb7 (patch)
tree40fe0a02e0758fc49c8157653539df882d0f43e7 /science
parent- Remove SITE_PERL from *_DEPENDS (diff)
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Notes
Notes: svn path=/head/; revision=300277
Diffstat (limited to 'science')
-rw-r--r--science/mcstas/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/science/mcstas/Makefile b/science/mcstas/Makefile
index ddad64a190a0..e7176da4d452 100644
--- a/science/mcstas/Makefile
+++ b/science/mcstas/Makefile
@@ -18,8 +18,8 @@ COMMENT= A neutron ray-trace simulation package
LICENSE= GPLv2
BUILD_DEPENDS= pgxwin_server:${PORTSDIR}/graphics/pgplot
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/PDL.pm:${PORTSDIR}/math/PDL \
- ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk
+RUN_DEPENDS= PDL>=0:${PORTSDIR}/math/PDL \
+ p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk
STRIP=
USE_PERL5= yes