svn commit: r486799 - head/Mk

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Dec 6 20:33:24 UTC 2018


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 \


More information about the svn-ports-all mailing list