aboutsummaryrefslogtreecommitdiffstats
path: root/devel/opendht
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-06-13 06:25:20 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-06-13 06:25:20 +0800
commit71f46e1257cc5dbd9b4970ddad984cff8c851024 (patch)
tree3300070929899af723e2e7e5dcd1e48da10aedd4 /devel/opendht
parente4513de3bcf1a50617388c20b469db12f5efef9c (diff)
downloadfreebsd-ports-gnome-71f46e1257cc5dbd9b4970ddad984cff8c851024.tar.gz
freebsd-ports-gnome-71f46e1257cc5dbd9b4970ddad984cff8c851024.tar.zst
freebsd-ports-gnome-71f46e1257cc5dbd9b4970ddad984cff8c851024.zip
Use USES=readline:port
Approved by: portmgr (blanket)
Diffstat (limited to 'devel/opendht')
-rw-r--r--devel/opendht/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/opendht/Makefile b/devel/opendht/Makefile
index 43496ef26f39..978ff41feb56 100644
--- a/devel/opendht/Makefile
+++ b/devel/opendht/Makefile
@@ -14,8 +14,7 @@ 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
@@ -24,7 +23,7 @@ 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