diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-10-05 20:45:29 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-10-05 20:45:29 +0800 |
commit | bdca2b917afe4cda52b5616ab960b0876c9bf037 (patch) | |
tree | a2582102c021b484a873f591b7bb45abc5c72ea9 /Mk | |
parent | 269405b007dedff441231501deea497fee5e87c8 (diff) | |
download | freebsd-ports-gnome-bdca2b917afe4cda52b5616ab960b0876c9bf037.tar.gz freebsd-ports-gnome-bdca2b917afe4cda52b5616ab960b0876c9bf037.tar.zst freebsd-ports-gnome-bdca2b917afe4cda52b5616ab960b0876c9bf037.zip |
Add support for opt_TEST_TARGET consistent with opt_{ALL,INSTALL}_TARGET
Approved by: portmgr (mat)
Differential Revision: D3788
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.options.mk b/Mk/bsd.options.mk index 6961a71ce554..6d89f7a4eb3d 100644 --- a/Mk/bsd.options.mk +++ b/Mk/bsd.options.mk @@ -125,7 +125,7 @@ # EXTRACT_ONLY GH_ACCOUNT GH_PROJECT GH_TAGNAME IGNORE INFO INSTALL_TARGET # LDFLAGS LIBS MAKE_ARGS MAKE_ENV PATCHFILES PATCH_SITES PLIST_DIRS # PLIST_DIRSTRY PLIST_FILES PLIST_SUB PORTDOCS PORTEXAMPLES SUB_FILES SUB_LIST -# USES, +# TEST_TARGET USES, # defining ${opt}_${variable} will add its content to the actual variable when # the option is enabled. Defining ${opt}_${variable}_OFF will add its content # to the actual variable when the option is disabled. @@ -152,7 +152,7 @@ _OPTIONS_FLAGS= ALL_TARGET BROKEN CATEGORIES CFLAGS CONFIGURE_ENV CONFLICTS \ GH_ACCOUNT GH_PROJECT GH_TAGNAME IGNORE INFO INSTALL_TARGET \ LDFLAGS LIBS MAKE_ARGS MAKE_ENV PATCHFILES PATCH_SITES \ PLIST_DIRS PLIST_DIRSTRY PLIST_FILES PLIST_SUB PORTDOCS \ - PORTEXAMPLES SUB_FILES SUB_LIST USES + PORTEXAMPLES SUB_FILES SUB_LIST TEST_TARGET USES _OPTIONS_DEPENDS= PKG FETCH EXTRACT PATCH BUILD LIB RUN # The format here is target_family:priority:target-type |