diff options
author | az <az@FreeBSD.org> | 2013-09-10 16:26:53 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-10 16:26:53 +0800 |
commit | f0316937b6530a7c244591e46946da3aaee2ebcd (patch) | |
tree | 29afbaee8d03a44a0201209d42281716d68ecb18 /science/mcstas | |
parent | 3e1a68b163a6ab22d7167f09bb60ad05664a6b48 (diff) | |
download | freebsd-ports-gnome-f0316937b6530a7c244591e46946da3aaee2ebcd.tar.gz freebsd-ports-gnome-f0316937b6530a7c244591e46946da3aaee2ebcd.tar.zst freebsd-ports-gnome-f0316937b6530a7c244591e46946da3aaee2ebcd.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'science/mcstas')
-rw-r--r-- | science/mcstas/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/mcstas/Makefile b/science/mcstas/Makefile index 8567358b1636..1480bcb4f4dc 100644 --- a/science/mcstas/Makefile +++ b/science/mcstas/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= PDL>=0:${PORTSDIR}/math/PDL \ p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk STRIP= -USE_PERL5= yes +USES= perl5 GNU_CONFIGURE= yes USE_GMAKE= yes NO_MTREE= yes |