svn commit: r411474 - head/net/tcptraceroute

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 20 18:36:02 UTC 2016


Author: sunpoet
Date: Sun Mar 20 18:36:00 2016
New Revision: 411474
URL: https://svnweb.freebsd.org/changeset/ports/411474

Log:
  - Use USES=localbase

Modified:
  head/net/tcptraceroute/Makefile

Modified: head/net/tcptraceroute/Makefile
==============================================================================
--- head/net/tcptraceroute/Makefile	Sun Mar 20 18:35:56 2016	(r411473)
+++ head/net/tcptraceroute/Makefile	Sun Mar 20 18:36:00 2016	(r411474)
@@ -19,8 +19,7 @@ OPTIONS_DEFINE=	DOCS
 PORTSCOUT=	limit:^[0-9]
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-libnet=${LOCALBASE}
-USES=		gmake
+USES=		gmake localbase
 
 PORTDOCS=	*
 


More information about the svn-ports-all mailing list