svn commit: r360387 - head/net/honeyd

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jul 3 15:57:04 UTC 2014


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}
 


More information about the svn-ports-all mailing list