svn commit: r491997 - head/devel/autogen

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 2 21:55:01 UTC 2019


Author: sunpoet
Date: Sat Feb  2 21:54:54 2019
New Revision: 491997
URL: https://svnweb.freebsd.org/changeset/ports/491997

Log:
  Change the way *_DEPENDS are set

Modified:
  head/devel/autogen/Makefile

Modified: head/devel/autogen/Makefile
==============================================================================
--- head/devel/autogen/Makefile	Sat Feb  2 21:54:48 2019	(r491996)
+++ head/devel/autogen/Makefile	Sat Feb  2 21:54:54 2019	(r491997)
@@ -12,9 +12,9 @@ COMMENT=	Tool designed to simplify the creation and ma
 
 LICENSE=	GPLv2
 
-BUILD_DEPENDS=	bash:shells/bash
+BUILD_DEPENDS=	${RUN_DEPENDS}
 LIB_DEPENDS=	libguile-2.0.so:lang/guile2
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	bash:shells/bash
 
 # bin/columns
 CONFLICTS_INSTALL=	columns


More information about the svn-ports-all mailing list