diff options
Diffstat (limited to 'net/ocserv/Makefile')
-rw-r--r-- | net/ocserv/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/ocserv/Makefile b/net/ocserv/Makefile index b298e367e0c4..ee5e8a23a7b2 100644 --- a/net/ocserv/Makefile +++ b/net/ocserv/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ocserv -PORTVERSION= 0.11.2 +PORTVERSION= 0.11.3 CATEGORIES= net security MASTER_SITES= ftp://ftp.infradead.org/pub/ocserv/ @@ -20,13 +20,12 @@ LIB_DEPENDS= liblz4.so:archivers/liblz4 \ libprotobuf-c.so:devel/protobuf-c \ libgnutls.so:security/gnutls \ libtasn1.so:security/libtasn1 \ - libev.so:devel/libev + libev.so:devel/libev \ + libnettle.so:security/nettle -USES= autoreconf cpe gettext gmake gperf libtool ncurses \ +USES= autoreconf cpe gettext gmake gperf libtool localbase ncurses \ pathfix pkgconfig readline tar:xz CPE_VENDOR= infradead -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lintl GNU_CONFIGURE= yes USE_LDCONFIG= yes |