aboutsummaryrefslogtreecommitdiff
path: root/net/ethereal
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2006-04-21 18:39:19 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2006-04-21 18:39:19 +0000
commit2201ea060728156976b0e1b780148e35c73632db (patch)
treeedffbbfffa6384672226bec39c6fa1a71e26e147 /net/ethereal
parent254b91789e523c1441e55817f55f9c1ff8c81f79 (diff)
downloadports-2201ea060728156976b0e1b780148e35c73632db.tar.gz
ports-2201ea060728156976b0e1b780148e35c73632db.zip
Notes
Diffstat (limited to 'net/ethereal')
-rw-r--r--net/ethereal/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile
index 1cc0e2d38e47..7ce493f1563c 100644
--- a/net/ethereal/Makefile
+++ b/net/ethereal/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ethereal
PORTVERSION= 0.10.14
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://ftp.ethereal.com/pub/ethereal/all-versions/
@@ -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.1:${PORTSDIR}/dns/adns
+LIB_DEPENDS+= adns.12:${PORTSDIR}/dns/adns
CONFIGURE_ARGS+= --with-adns=${LOCALBASE}/lib
.else
CONFIGURE_ARGS+= --with-adns=no