svn commit: r382248 - head/net/dshell
MANTANI Nobutaka
nobutaka at FreeBSD.org
Wed Mar 25 16:10:05 UTC 2015
Author: nobutaka
Date: Wed Mar 25 16:10:04 2015
New Revision: 382248
URL: https://svnweb.freebsd.org/changeset/ports/382248
QAT: https://qat.redports.org/buildarchive/r382248/
Log:
Fix variable assignment of RUN_DEPENDS.
Pointed out by: adamw
Modified:
head/net/dshell/Makefile
Modified: head/net/dshell/Makefile
==============================================================================
--- head/net/dshell/Makefile Wed Mar 25 16:07:20 2015 (r382247)
+++ head/net/dshell/Makefile Wed Mar 25 16:10:04 2015 (r382248)
@@ -17,7 +17,7 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/b
${PYTHON_PKGNAMEPREFIX}dpkt>0:${PORTSDIR}/net/py-dpkt \
${PYTHON_PKGNAMEPREFIX}ipy>0:${PORTSDIR}/net-mgmt/py-ipy \
${PYTHON_PKGNAMEPREFIX}pypcap>0:${PORTSDIR}/net/py-pypcap
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_GITHUB= yes
USES= python
More information about the svn-ports-all
mailing list