svn commit: r376336 - head/science/mcstas

Kurt Jaeger pi at FreeBSD.org
Mon Jan 5 18:23:28 UTC 2015


Author: pi
Date: Mon Jan  5 18:23:27 2015
New Revision: 376336
URL: https://svnweb.freebsd.org/changeset/ports/376336
QAT: https://qat.redports.org/buildarchive/r376336/

Log:
  science/mcstas: USE_BISON is not used
  
  Submitted by:	az

Modified:
  head/science/mcstas/Makefile

Modified: head/science/mcstas/Makefile
==============================================================================
--- head/science/mcstas/Makefile	Mon Jan  5 18:21:38 2015	(r376335)
+++ head/science/mcstas/Makefile	Mon Jan  5 18:23:27 2015	(r376336)
@@ -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>
 


More information about the svn-ports-all mailing list