diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2015-01-05 18:23:27 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2015-01-05 18:23:27 +0000 |
commit | bb733d3e6af20087a388bc78b3554502dafa9d1d (patch) | |
tree | 580f2f04648722c94d82fa098b07ecab40de6313 /science | |
parent | 24ea928049d6573d1ea800be2b556fa6a1b70096 (diff) |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/mcstas/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/science/mcstas/Makefile b/science/mcstas/Makefile index 49d703463fca..28f8edcfc879 100644 --- a/science/mcstas/Makefile +++ b/science/mcstas/Makefile @@ -3,7 +3,6 @@ PORTNAME= mcstas PORTVERSION= 2.1 -#PORTREVISION= beta CATEGORIES= science MASTER_SITES= http://download.mcstas.org/${PORTNAME}-${PORTVERSION}/unix/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -22,8 +21,6 @@ USES= cmake gmake bison:build #should perhaps use the toolchain file - but remember the arch CMAKE_ARGS= "-Denable_mcstas=1" GNU_CONFIGURE= yes -#USE_GMAKE= yes -USE_BISON= yes .include <bsd.port.pre.mk> |