Date: Thu, 3 Jul 2014 15:57:04 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360387 - head/net/honeyd Message-ID: <201407031557.s63Fv4Yp028070@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Jul 3 15:57:03 2014 New Revision: 360387 URL: http://svnweb.freebsd.org/changeset/ports/360387 QAT: https://qat.redports.org/buildarchive/r360387/ Log: - Switch to USES=libtool Approved by: portmgr blanket Modified: head/net/honeyd/Makefile Modified: head/net/honeyd/Makefile ============================================================================== --- head/net/honeyd/Makefile Thu Jul 3 15:55:17 2014 (r360386) +++ head/net/honeyd/Makefile Thu Jul 3 15:57:03 2014 (r360387) @@ -17,8 +17,9 @@ LIB_DEPENDS= libevent.so:${PORTSDIR}/dev libdnet.so:${PORTSDIR}/net/libdnet \ libpcre.so:${PORTSDIR}/devel/pcre +USES= libtool USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libdnet=${LOCALBASE} \ --with-libevent=${LOCALBASE}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407031557.s63Fv4Yp028070>