aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2016-07-11 05:38:01 +0800
committerrakuco <rakuco@FreeBSD.org>2016-07-11 05:38:01 +0800
commit13b55b1ef44afc5ec5f2bc328f4da35ebe974702 (patch)
tree7b73311b84ee3d0275989f6aa49830587e21f587 /devel
parentf12fc7b29e8c1fcff4df757bf8d2fe3c98b60182 (diff)
downloadfreebsd-ports-gnome-13b55b1ef44afc5ec5f2bc328f4da35ebe974702.tar.gz
freebsd-ports-gnome-13b55b1ef44afc5ec5f2bc328f4da35ebe974702.tar.zst
freebsd-ports-gnome-13b55b1ef44afc5ec5f2bc328f4da35ebe974702.zip
Add USES=execinfo.
Even though the port built fine without it, it does look for execinfo.h during the configuration phase and uses its features when it is detected.
Diffstat (limited to 'devel')
-rw-r--r--devel/cmake/Makefile4
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 \