aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2019-10-02 09:38:29 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2019-10-02 09:38:29 +0000
commit95e26e04412ee8f7472d4c9764a7d644e00cdf2f (patch)
tree51dbe89f284fbe3ef4f53e37cb1cd26e345971c2
parentb7a9f716e953ada790100bc9c1ab755dace01a6a (diff)
Notes
-rw-r--r--net/libcapn/Makefile2
-rw-r--r--net/libcapn/pkg-descr2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/libcapn/Makefile b/net/libcapn/Makefile
index 40dcda5094a5..677b35169a11 100644
--- a/net/libcapn/Makefile
+++ b/net/libcapn/Makefile
@@ -16,7 +16,7 @@ LIB_DEPENDS= libjansson.so:devel/jansson
USE_GITHUB= yes
GH_ACCOUNT= adobkin
-USES= cmake
+USES= cmake ssl
USE_LDCONFIG= yes
CMAKE_ARGS= -DOS_FREEBSD=yes \
-DCAPN_INSTALL_PATH_PKGCONFIG=${PREFIX}/libdata/pkgconfig
diff --git a/net/libcapn/pkg-descr b/net/libcapn/pkg-descr
index a409d6c0b42f..ccdf34e079da 100644
--- a/net/libcapn/pkg-descr
+++ b/net/libcapn/pkg-descr
@@ -2,4 +2,4 @@ libcapn is a C Library to interact with the Apple Push Notification Service
using simple and intuitive API. With the library you can easily send push
notifications to iOS and Mac OS X devices.
-WWW: http://libcapn.org/
+WWW: https://github.com/adobkin/libcapn