diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net/ntp-devel | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412348
Diffstat (limited to 'net/ntp-devel')
-rw-r--r-- | net/ntp-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile index 87727f7220bf..418a838905ef 100644 --- a/net/ntp-devel/Makefile +++ b/net/ntp-devel/Makefile @@ -12,7 +12,7 @@ DISTNAME= ${PORTNAME}-dev-${PORTVERSION:S/P/p/:S/r/-RC/:S/b/-beta/} MAINTAINER= cy@FreeBSD.org COMMENT= The Network Time Protocol Distribution -LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 +LIB_DEPENDS= libevent.so:devel/libevent2 CONFLICTS= ntp-[0-9].* ntp-rc-* @@ -45,7 +45,7 @@ NLS_USES= gettext-runtime NTP_SIGND_CONFIGURE_ENABLE= ntp-signd -NTPSNMPD_LIB_DEPENDS= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp +NTPSNMPD_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp NTPSNMPD_CONFIGURE_OFF= --without-ntpsnmpd PERL_UTILS_USES= perl5 |