aboutsummaryrefslogtreecommitdiff
path: root/dns/validns
diff options
context:
space:
mode:
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>