diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-09 12:42:52 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-09 12:42:52 +0000 |
commit | a919f8274a1be6116c9ad72007aeb548186036ed (patch) | |
tree | 43a129748c5e20b6ec7fcc38fac74012344bdc4b /science/mcstas/Makefile | |
parent | 7226e3d55f3f851905867e66c0cef4af13bf4771 (diff) | |
download | ports-a919f8274a1be6116c9ad72007aeb548186036ed.tar.gz ports-a919f8274a1be6116c9ad72007aeb548186036ed.zip |
Notes
Diffstat (limited to 'science/mcstas/Makefile')
-rw-r--r-- | science/mcstas/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/science/mcstas/Makefile b/science/mcstas/Makefile index 10693949c3f3..32af6ec56756 100644 --- a/science/mcstas/Makefile +++ b/science/mcstas/Makefile @@ -5,19 +5,21 @@ # $FreeBSD$ PORTNAME= mcstas -PORTVERSION= 1.8 +PORTVERSION= 1.9 CATEGORIES= science -MASTER_SITES= http://mcstas.risoe.dk/download/ +MASTER_SITES= http://www.mcstas.org/download/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= Joerg.Pulz@frm2.tum.de COMMENT= A neutron ray-trace simulation package -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/PGPLOT.pm:${PORTSDIR}/graphics/pgperl \ +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 STRIP= USE_GZIP= yes +USE_PERL5= yes GNU_CONFIGURE= yes USE_GMAKE= yes NO_MTREE= yes |