diff options
Diffstat (limited to 'devel/libgit2/Makefile')
-rw-r--r-- | devel/libgit2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libgit2/Makefile b/devel/libgit2/Makefile index 3e5a56d74225..0267e18f331f 100644 --- a/devel/libgit2/Makefile +++ b/devel/libgit2/Makefile @@ -24,12 +24,12 @@ OPTIONS_DEFAULT=SSH THREADS CURL SSH_DESC= Enable SSH support through libssh2 CURL_DESC= Enable HTTP support through cURL -SSH_LIB_DEPENDS= libssh2.so:${PORTSDIR}/security/libssh2 +SSH_LIB_DEPENDS= libssh2.so:security/libssh2 SSH_CMAKE_ON= -DUSE_SSH=ON SSH_CMAKE_OFF= -DUSE_SSH=OFF THREADS_CMAKE_ON= -DTHREADSAFE=ON THREADS_CMAKE_OFF= -DTHREADSAFE=OFF -CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl +CURL_LIB_DEPENDS= libcurl.so:ftp/curl CURL_CMAKE_ON= -DCURL=ON CURL_CMAKE_OFF= -DCURL=OFF |