diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-13 06:25:20 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-13 06:25:20 +0800 |
commit | 71f46e1257cc5dbd9b4970ddad984cff8c851024 (patch) | |
tree | 3300070929899af723e2e7e5dcd1e48da10aedd4 /devel/opendht | |
parent | e4513de3bcf1a50617388c20b469db12f5efef9c (diff) | |
download | freebsd-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/Makefile | 5 |
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 |