diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cmake/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cmake/Makefile b/devel/cmake/Makefile index 814faab6b73c..b56c475f9a72 100644 --- a/devel/cmake/Makefile +++ b/devel/cmake/Makefile @@ -3,7 +3,7 @@ PORTNAME= cmake PORTVERSION= 3.5.2 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= devel MASTER_SITES= https://www.cmake.org/files/v${PORTVERSION:R}/ @@ -26,7 +26,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ OPTIONS_DEFINE= DOCS MANPAGES OPTIONS_DEFAULT=MANPAGES OPTIONS_SUB= yes -USES+= libarchive +USES+= execinfo libarchive HAS_CONFIGURE= yes LIB_DEPENDS= libcurl.so:ftp/curl \ |