Index: head/devel/opendht/Makefile =================================================================== --- head/devel/opendht/Makefile (revision 443475) +++ head/devel/opendht/Makefile (revision 443476) @@ -1,34 +1,33 @@ # Created by: Yuri Victorovich # $FreeBSD$ PORTNAME= opendht PORTVERSION= 0.5.2 PORTREVISION= 1 CATEGORIES= devel net MAINTAINER= yuri@rawbw.com COMMENT= Lightweight Distributed Hash Table implementation LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libmsgpackc.so:devel/msgpack \ libnettle.so:security/nettle \ - libgnutls.so:security/gnutls \ - libreadline.so:devel/readline + libgnutls.so:security/gnutls USE_GITHUB= yes GH_ACCOUNT= savoirfairelinux GNU_CONFIGURE= yes CONFIGURE_ARGS+=--disable-python USE_LDCONFIG= yes -USES= autoreconf compiler:c++11-lib libtool pathfix pkgconfig +USES= autoreconf compiler:c++11-lib libtool pathfix pkgconfig readline:port CFLAGS+= -I${LOCALBASE}/include CXXFLAGS+= -I${LOCALBASE}/include post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libopendht.so.0.0.0 .include