Date: Mon, 12 Jun 2017 22:25:21 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443476 - head/devel/opendht Message-ID: <201706122225.v5CMPLir025808@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706122225.v5CMPLir025808>