diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-31 18:42:59 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-31 18:42:59 +0000 |
commit | 08aa69abe394e41dce29564ea7591d2a0df2b0da (patch) | |
tree | 62c9087b2237d08e3b3ea432b17dac7042adddd5 | |
parent | 6f220831a4fea8c52e4a99aa7db9ad6212c0bcba (diff) | |
download | freebsd-ports-08aa69abe394e41dce29564ea7591d2a0df2b0da.zip |
- Switch to USES=libedit as suggested by stage-qa
Approved by: portmgr blanket
-rw-r--r-- | net/ntp-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile index ae4949802948..18d7637a46cf 100644 --- a/net/ntp-devel/Makefile +++ b/net/ntp-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= ntp PORTVERSION= 4.3.70 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ \ http://archive.ntp.org/ntp4/ntp-dev/ @@ -16,7 +17,7 @@ CONFLICTS= ntp-[0-9].* ntp-rc-* GNU_CONFIGURE= yes OPTIONS_SUB= yes -USES= cpe pathfix shebangfix libtool pkgconfig +USES= cpe pathfix shebangfix libedit libtool pkgconfig LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 SHEBANG_FILES= scripts/ntptrace/ntptrace.in \ |