aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-06-30 22:53:22 +0800
committeraz <az@FreeBSD.org>2012-06-30 22:53:22 +0800
commit0e6a86ac785369dcd2f6b93f52268d5336dcd283 (patch)
treefe4d654de9040e3451da08f6eb2865c73df28369 /science
parentc4488f29abd1339c42a704fb50b07d1210e0f3bc (diff)
downloadfreebsd-ports-gnome-0e6a86ac785369dcd2f6b93f52268d5336dcd283.tar.gz
freebsd-ports-gnome-0e6a86ac785369dcd2f6b93f52268d5336dcd283.tar.zst
freebsd-ports-gnome-0e6a86ac785369dcd2f6b93f52268d5336dcd283.zip
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
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