svn commit: r364658 - head/dns/validns
Kurt Jaeger
pi at FreeBSD.org
Mon Aug 11 20:29:45 UTC 2014
Author: pi
Date: Mon Aug 11 20:29:45 2014
New Revision: 364658
URL: http://svnweb.freebsd.org/changeset/ports/364658
QAT: https://qat.redports.org/buildarchive/r364658/
Log:
dns/validns: fix build with non-default LOCALBASE/PREFIX
PR: 184739
Submitted by: jhujhiti at adjectivism.org
Approved by: umq at ueo.co.jp (maintainer timeout)
Modified:
head/dns/validns/Makefile
Modified: head/dns/validns/Makefile
==============================================================================
--- head/dns/validns/Makefile Mon Aug 11 20:22:04 2014 (r364657)
+++ head/dns/validns/Makefile Mon Aug 11 20:29:45 2014 (r364658)
@@ -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>
More information about the svn-ports-head
mailing list