diff options
author | fluffy <fluffy@FreeBSD.org> | 2018-07-26 12:30:22 +0800 |
---|---|---|
committer | fluffy <fluffy@FreeBSD.org> | 2018-07-26 12:30:22 +0800 |
commit | 220eec5b0dbdd401e0085334a96f4c6abe3e807e (patch) | |
tree | 924346e4d725853acdf191fe485522b8b4be6277 /net-mgmt | |
parent | ba6e08a0f65d28256a6942f0081896289ce69b70 (diff) | |
download | freebsd-ports-gnome-220eec5b0dbdd401e0085334a96f4c6abe3e807e.tar.gz freebsd-ports-gnome-220eec5b0dbdd401e0085334a96f4c6abe3e807e.tar.zst freebsd-ports-gnome-220eec5b0dbdd401e0085334a96f4c6abe3e807e.zip |
- Unbreak configure/build on FreeBSD-11.2+ by apply auroreconf + libtoolize
PR: 229645
Submitted by: fluffy
Approved by: maintainer timeout (2 weeks)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/dhcdrop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/dhcdrop/Makefile b/net-mgmt/dhcdrop/Makefile index 21448dee3fdd..7af6cd58b932 100644 --- a/net-mgmt/dhcdrop/Makefile +++ b/net-mgmt/dhcdrop/Makefile @@ -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 servers LICENSE= GPLv2 -USES= tar:bzip2 +USES= autoreconf libtool tar:bzip2 USE_CSTD= gnu89 GNU_CONFIGURE= yes |