Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Dec 2018 20:33:20 +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: r486799 - head/Mk
Message-ID:  <201812062033.wB6KXK5N054385@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Dec  6 20:33:20 2018
New Revision: 486799
URL: https://svnweb.freebsd.org/changeset/ports/486799

Log:
  Add TEST_DEPENDS support
  
  Differential Revision:	https://reviews.freebsd.org/D18398
  Approved by:	portmgr (mat)

Modified:
  head/Mk/bsd.options.mk

Modified: head/Mk/bsd.options.mk
==============================================================================
--- head/Mk/bsd.options.mk	Thu Dec  6 20:33:12 2018	(r486798)
+++ head/Mk/bsd.options.mk	Thu Dec  6 20:33:20 2018	(r486799)
@@ -184,7 +184,7 @@ _OPTIONS_FLAGS=	ALL_TARGET BROKEN CATEGORIES CFLAGS CO
 		MASTER_SITES PATCHFILES PATCH_SITES PLIST_DIRS PLIST_FILES \
 		PLIST_SUB PORTDOCS PORTEXAMPLES SUB_FILES SUB_LIST \
 		TEST_TARGET USES BINARY_ALIAS
-_OPTIONS_DEPENDS=	PKG FETCH EXTRACT PATCH BUILD LIB RUN
+_OPTIONS_DEPENDS=	PKG FETCH EXTRACT PATCH BUILD LIB RUN TEST
 
 # The format here is target_family:priority:target-type
 _OPTIONS_TARGETS=	fetch:300:pre fetch:500:do fetch:700:post \



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