diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-10-02 09:38:29 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-10-02 09:38:29 +0000 |
commit | 95e26e04412ee8f7472d4c9764a7d644e00cdf2f (patch) | |
tree | 51dbe89f284fbe3ef4f53e37cb1cd26e345971c2 | |
parent | b7a9f716e953ada790100bc9c1ab755dace01a6a (diff) |
Notes
-rw-r--r-- | net/libcapn/Makefile | 2 | ||||
-rw-r--r-- | net/libcapn/pkg-descr | 2 |
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 |