aboutsummaryrefslogtreecommitdiff
path: root/dns/validns
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2014-08-11 20:29:45 +0000
committerKurt Jaeger <pi@FreeBSD.org>2014-08-11 20:29:45 +0000
commit91dadcf3387f64b554c6e850f9c951b8c510a113 (patch)
treeeddfbeca9771688d08d0c297032c05900f4bfdee /dns/validns
parent9a0b1884672e57a8c74d822ff9758b865e804620 (diff)
downloadports-91dadcf3387f64b554c6e850f9c951b8c510a113.tar.gz
ports-91dadcf3387f64b554c6e850f9c951b8c510a113.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)
Notes
Notes: svn path=/head/; revision=364658
Diffstat (limited to 'dns/validns')
-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>