Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jul 2018 04:30:23 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475346 - head/net-mgmt/dhcdrop
Message-ID:  <201807260430.w6Q4UNvb044372@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807260430.w6Q4UNvb044372>