diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2013-04-28 22:44:46 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2013-04-28 22:44:46 +0000 |
commit | ae311076b5fd3df9b749cc4b788c7f8752a22000 (patch) | |
tree | 2d4251cb47d0a6eb586239f171589375aea53c42 /net/wireshark | |
parent | 2a1e9949ef411560e2db4c7999ae406dba53a7f5 (diff) | |
download | ports-ae311076b5fd3df9b749cc4b788c7f8752a22000.tar.gz ports-ae311076b5fd3df9b749cc4b788c7f8752a22000.zip |
Notes
Diffstat (limited to 'net/wireshark')
-rw-r--r-- | net/wireshark/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index ddef89d0d722..2509678419cb 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -127,7 +127,7 @@ CONFIGURE_ARGS+= --with-libsmi=${LOCALBASE} CONFIGURE_ARGS+= --with-libsmi=no .endif -.if ${PORT_OPTIONS:MADNS}) && !defined(LITE) +.if ${PORT_OPTIONS:MADNS} && !defined(LITE) LIB_DEPENDS+= adns:${PORTSDIR}/dns/adns CONFIGURE_ARGS+= --with-adns=${LOCALBASE}/lib .else |