diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-26 14:40:03 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-26 14:40:03 +0000 |
commit | 87071670038c8619010478caa9a161eb3f9da989 (patch) | |
tree | 1fc5cf557f26c30d0e35ecd446a27d6b916ba967 /science/mcstas | |
parent | 50826d5c99a6dc110d9d41527677bb574a320ae1 (diff) | |
download | ports-87071670038c8619010478caa9a161eb3f9da989.tar.gz ports-87071670038c8619010478caa9a161eb3f9da989.zip |
- Convert gmake to USES
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=355351
Diffstat (limited to 'science/mcstas')
-rw-r--r-- | science/mcstas/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/science/mcstas/Makefile b/science/mcstas/Makefile index dd3eb22bfa20..8367db9ee1b2 100644 --- a/science/mcstas/Makefile +++ b/science/mcstas/Makefile @@ -19,9 +19,8 @@ RUN_DEPENDS= PDL>=0:${PORTSDIR}/math/PDL \ p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk STRIP= -USES= perl5 +USES= perl5 gmake GNU_CONFIGURE= yes -USE_GMAKE= yes NO_MTREE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |