svn commit: r443476 - head/devel/opendht
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Jun 12 22:25:22 UTC 2017
Author: sunpoet
Date: Mon Jun 12 22:25:20 2017
New Revision: 443476
URL: https://svnweb.freebsd.org/changeset/ports/443476
Log:
Use USES=readline:port
Approved by: portmgr (blanket)
Modified:
head/devel/opendht/Makefile
Modified: head/devel/opendht/Makefile
==============================================================================
--- head/devel/opendht/Makefile Mon Jun 12 22:25:15 2017 (r443475)
+++ head/devel/opendht/Makefile Mon Jun 12 22:25:20 2017 (r443476)
@@ -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
More information about the svn-ports-all
mailing list