diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-02-20 02:57:04 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-02-20 02:57:04 +0000 |
commit | a9425224f10817058f5b991255cf3a7c71c0b356 (patch) | |
tree | a7fed64054defb433132b1227a0e77028e02fb2f /dns/dnsproxy | |
parent | 0035e437637bd3cb16ac0a9e3a90ab639ace3666 (diff) | |
download | freebsd-ports-a9425224f10817058f5b991255cf3a7c71c0b356.zip |
devel/libevent2: drop historical suffix after r362796
PR: 216777
Approved by: mm (maintainer)
Diffstat (limited to 'dns/dnsproxy')
-rw-r--r-- | dns/dnsproxy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/dnsproxy/Makefile b/dns/dnsproxy/Makefile index a22f9286b63d..4bd55de35008 100644 --- a/dns/dnsproxy/Makefile +++ b/dns/dnsproxy/Makefile @@ -3,14 +3,14 @@ PORTNAME= dnsproxy PORTVERSION= 1.17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MASTER_SITES= http://www.wolfermann.org/ MAINTAINER= ports@FreeBSD.org COMMENT= proxy for DNS queries -LIB_DEPENDS= libevent.so:devel/libevent2 +LIB_DEPENDS= libevent.so:devel/libevent GNU_CONFIGURE= yes |