diff options
-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 |