diff options
Diffstat (limited to 'net/ethereal/Makefile')
-rw-r--r-- | net/ethereal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index 7ce493f1563c..8ab3c6279c36 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -108,7 +108,7 @@ CONFIGURE_ARGS+= --enable-snmp=no --with-ucd-snmp=no --with-net-snmp=no .endif .if !defined(WITHOUT_ADNS) && !defined(LITE) -LIB_DEPENDS+= adns.12:${PORTSDIR}/dns/adns +LIB_DEPENDS+= adns.1:${PORTSDIR}/dns/adns CONFIGURE_ARGS+= --with-adns=${LOCALBASE}/lib .else CONFIGURE_ARGS+= --with-adns=no |