aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2014-08-12 04:29:45 +0800
committerpi <pi@FreeBSD.org>2014-08-12 04:29:45 +0800
commite296cf20e5e80c09858d13c24e24be5a1f4e84a9 (patch)
treeeddfbeca9771688d08d0c297032c05900f4bfdee /dns
parent6191c203cdcc3b4503144a67ff461d0f6ca6e271 (diff)
downloadfreebsd-ports-gnome-e296cf20e5e80c09858d13c24e24be5a1f4e84a9.tar.gz
freebsd-ports-gnome-e296cf20e5e80c09858d13c24e24be5a1f4e84a9.tar.zst
freebsd-ports-gnome-e296cf20e5e80c09858d13c24e24be5a1f4e84a9.zip
dns/validns: fix build with non-default LOCALBASE/PREFIX
PR: 184739 Submitted by: jhujhiti@adjectivism.org Approved by: umq@ueo.co.jp (maintainer timeout)
Diffstat (limited to 'dns')
-rw-r--r--dns/validns/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/dns/validns/Makefile b/dns/validns/Makefile
index fcaef1ad0f87..b87e42bfa302 100644
--- a/dns/validns/Makefile
+++ b/dns/validns/Makefile
@@ -24,6 +24,9 @@ PLIST_FILES= bin/${PORTNAME} \
PORTDOCS= Changes README installation.mdwn notes.mdwn \
technical-notes.mdwn todo.mdwn usage.mdwn
+MAKE_ARGS+= INCPATH=-I${LOCALBASE}/include
+MAKE_ARGS+= EXTRALPATH=-L${LOCALBASE}/lib
+
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>