diff options
Diffstat (limited to 'devel/docopt.cpp/Makefile')
-rw-r--r-- | devel/docopt.cpp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/docopt.cpp/Makefile b/devel/docopt.cpp/Makefile index 81f4db1d475c..088dd285cefb 100644 --- a/devel/docopt.cpp/Makefile +++ b/devel/docopt.cpp/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE-MIT TEST_DEPENDS= python${PYTHON_DEFAULT}:lang/python${PYTHON_DEFAULT:S/.//} -USES= cmake:outsource compiler:c++11-lang +USES= cmake compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= docopt USE_LDCONFIG= yes |