diff options
Diffstat (limited to 'devel/vera++/Makefile')
-rw-r--r-- | devel/vera++/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/vera++/Makefile b/devel/vera++/Makefile index 89a38f1c44d3..9e223b761edb 100644 --- a/devel/vera++/Makefile +++ b/devel/vera++/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt BUILD_DEPENDS= boost-libs>=0:devel/boost-libs -USES= compiler:c++11-lang cmake:outsource tk +USES= compiler:c++11-lang cmake tk CMAKE_ARGS+= -DTCL_INCLUDE_PATH=${TCL_INCLUDEDIR} \ -DTK_INCLUDE_PATH=${TK_INCLUDEDIR} \ |