aboutsummaryrefslogtreecommitdiffstats
path: root/dns/zkt
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 22:00:51 +0800
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 22:00:51 +0800
commit4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /dns/zkt
parent7f4572eae4327c4403d9ef714cb6de917650662a (diff)
downloadfreebsd-ports-gnome-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz
freebsd-ports-gnome-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.zst
freebsd-ports-gnome-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'dns/zkt')
-rw-r--r--dns/zkt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/zkt/Makefile b/dns/zkt/Makefile
index a0b51b16a127..7784b0275a93 100644
--- a/dns/zkt/Makefile
+++ b/dns/zkt/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 1000055
-BUILD_DEPENDS= dnssec-signzone:${PORTSDIR}/dns/bind99
+BUILD_DEPENDS= dnssec-signzone:dns/bind99
RUN_DEPENDS:= ${BUILD_DEPENDS}
.endif