[Midnightbsd-cvs] mports [23230] trunk/net/ntp/Makefile: fix libevent

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Apr 29 16:23:21 EDT 2018


Revision: 23230
          http://svnweb.midnightbsd.org/mports/?rev=23230
Author:   laffer1
Date:     2018-04-29 16:22:14 -0400 (Sun, 29 Apr 2018)
Log Message:
-----------
fix libevent

Modified Paths:
--------------
    trunk/net/ntp/Makefile

Modified: trunk/net/ntp/Makefile
===================================================================
--- trunk/net/ntp/Makefile	2018-04-29 20:21:10 UTC (rev 23229)
+++ trunk/net/ntp/Makefile	2018-04-29 20:22:14 UTC (rev 23230)
@@ -2,6 +2,7 @@
 
 PORTNAME=	ntp
 PORTVERSION=	4.2.8p11
+PORTREVISION=	1
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \
 		http://archive.ntp.org/ntp4/ntp-4.2/ \
@@ -17,7 +18,7 @@
 OPTIONS_SUB=	yes
 USES=		cpe pathfix shebangfix libtool pkgconfig
 USE_RC_SUBR=    ntp
-LIB_DEPENDS=	libevent.so:${PORTSDIR}/devel/libevent2
+LIB_DEPENDS=	libevent.so:${PORTSDIR}/devel/libevent
 
 SHEBANG_FILES=	scripts/ntptrace/ntptrace.in \
 		scripts/ntp-wait/ntp-wait.in \



More information about the Midnightbsd-cvs mailing list