Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Feb 2019 21:54:54 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491997 - head/devel/autogen
Message-ID:  <201902022154.x12LssRB080465@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902022154.x12LssRB080465>