diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2016-08-05 20:32:11 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2016-08-05 20:32:11 +0000 |
commit | ff619a26b68c4f95dd88feccc974e6051e80df7f (patch) | |
tree | 02c449aa726332a989091934fa7335ab9a6d4c5e /net/netatalk3 | |
parent | de5fd0adfbe9f46fe436a315e94f3d603c7a41a3 (diff) |
Notes
Diffstat (limited to 'net/netatalk3')
-rw-r--r-- | net/netatalk3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netatalk3/Makefile b/net/netatalk3/Makefile index 3b4908e976e2..bbda2d6e24ea 100644 --- a/net/netatalk3/Makefile +++ b/net/netatalk3/Makefile @@ -92,6 +92,7 @@ SUB_LIST+= ZEROCONF="avahi_daemon" .if ${PORT_OPTIONS:MMDNSRESPONDER} CONFIGURE_ARGS+= --enable-zeroconf=${LOCALBASE} +CONFIGURE_ENV+= ac_cv_lib_avahi_client_avahi_client_new=no CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib LIB_DEPENDS+= libdns_sd.so:net/mDNSResponder |