diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-24 02:43:51 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-24 02:43:51 +0000 |
commit | e3e7faeda310222ae0f96df3ae6b0f113457b84b (patch) | |
tree | ba5166e2c135d3e49c6a45a9ee892a2b20fd7f6d /net/ethereal/Makefile | |
parent | f00c79b3aa4b62ad61bb9fcef06e2c03b1b3f088 (diff) |
Notes
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 |