svn commit: r490719 - head/science/mcstas-comps

Tobias C. Berner tcberner at FreeBSD.org
Sat Jan 19 09:48:17 UTC 2019


Author: tcberner
Date: Sat Jan 19 09:48:16 2019
New Revision: 490719
URL: https://svnweb.freebsd.org/changeset/ports/490719

Log:
  science/mcstas-comps: fix RUN_DEPENDS
  
  Approved by:	portmgr blanket

Modified:
  head/science/mcstas-comps/Makefile

Modified: head/science/mcstas-comps/Makefile
==============================================================================
--- head/science/mcstas-comps/Makefile	Sat Jan 19 09:30:35 2019	(r490718)
+++ head/science/mcstas-comps/Makefile	Sat Jan 19 09:48:16 2019	(r490719)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 
 BROKEN=		missing RUN_DEPENDS
 
-RUN_DEPENDS=	${LOCALBASE}/mcstas/${PORTVERSION}/bin/mcstas:science/mcstas
+RUN_DEPENDS=	mcstas:science/mcstas
 
 USES=		cmake
 # Apparently cmake does not generate an install/strip target if nothing


More information about the svn-ports-head mailing list