svn commit: r475346 - head/net-mgmt/dhcdrop

Dima Panov fluffy at FreeBSD.org
Thu Jul 26 04:30:23 UTC 2018


Author: fluffy
Date: Thu Jul 26 04:30:22 2018
New Revision: 475346
URL: https://svnweb.freebsd.org/changeset/ports/475346

Log:
  - Unbreak configure/build on FreeBSD-11.2+ by apply auroreconf + libtoolize
  
  PR:		229645
  Submitted by:	fluffy
  Approved by:	maintainer timeout (2 weeks)

Modified:
  head/net-mgmt/dhcdrop/Makefile

Modified: head/net-mgmt/dhcdrop/Makefile
==============================================================================
--- head/net-mgmt/dhcdrop/Makefile	Thu Jul 26 04:21:47 2018	(r475345)
+++ head/net-mgmt/dhcdrop/Makefile	Thu Jul 26 04:30:22 2018	(r475346)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dhcdrop
 PORTVERSION=	0.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-mgmt sysutils
 MASTER_SITES=	http://www.netpatch.ru/projects/dhcdrop/
 
@@ -12,7 +12,7 @@ COMMENT=	Tool for searching and suppressing false DHCP
 
 LICENSE=	GPLv2
 
-USES=	tar:bzip2
+USES=		autoreconf libtool tar:bzip2
 USE_CSTD=	gnu89
 GNU_CONFIGURE=	yes
 


More information about the svn-ports-all mailing list