diff options
Diffstat (limited to 'net/libngtcp2/Makefile')
-rw-r--r-- | net/libngtcp2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libngtcp2/Makefile b/net/libngtcp2/Makefile index 324a5a54067e..9827eb40c76a 100644 --- a/net/libngtcp2/Makefile +++ b/net/libngtcp2/Makefile @@ -1,5 +1,5 @@ PORTNAME= ngtcp2 -PORTVERSION= 1.12.0 +PORTVERSION= 1.13.0 CATEGORIES= net MASTER_SITES= https://github.com/ngtcp2/ngtcp2/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= lib @@ -28,7 +28,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes -SLAVEDIRS= net/libngtcp2-gnutls +SLAVEDIRS= net/libngtcp2-gnutls net/libngtcp2-wolfssl post-install: cd ${WRKSRC}/crypto/includes/ngtcp2/ && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include/ngtcp2 |