1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix build with DNSSEC and without NLS/DBUS options.

PR:		190149
Submitted by:	Kevin Zheng
This commit is contained in:
Matthias Andree 2014-05-23 21:11:02 +00:00
parent 7a033d5909
commit d9762a73ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354963

View File

@ -77,6 +77,7 @@ USES+= lua
.if ${PORT_OPTIONS:MDNSSEC}
CFLAGS+= -DHAVE_DNSSEC
USES+= pkgconfig
LIB_DEPENDS+= libnettle.so:${PORTSDIR}/security/nettle
LIB_DEPENDS+= libgmp.so:${PORTSDIR}/math/gmp
.endif