svn commit: r324878 - head/devel/scons

Marcus von Appen mva at FreeBSD.org
Sat Aug 17 22:55:47 UTC 2013


Author: mva
Date: Sat Aug 17 22:55:46 2013
New Revision: 324878
URL: http://svnweb.freebsd.org/changeset/ports/324878

Log:
  - Fix run-time support by adding lang/python2 as dependency

Modified:
  head/devel/scons/Makefile

Modified: head/devel/scons/Makefile
==============================================================================
--- head/devel/scons/Makefile	Sat Aug 17 22:44:27 2013	(r324877)
+++ head/devel/scons/Makefile	Sat Aug 17 22:55:46 2013	(r324878)
@@ -9,6 +9,7 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=	gavin at 16degrees.com.au
 COMMENT=	A build tool alternative to make
 
+RUN_DEPENDS+=	python2:${PORTSDIR}/lang/python2
 
 .if !defined (NO_INSTALL_MANPAGES)
 MAN1=		scons.1 sconsign.1 scons-time.1


More information about the svn-ports-head mailing list