summaryrefslogtreecommitdiff
path: root/net/netdude
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-30 19:56:43 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-30 19:56:43 +0000
commita9f655130603ff40a917146738a8cb2487ed5f82 (patch)
tree5babe5a6833f10e0055bcf2c88ac48e0eaa8c05d /net/netdude
parent. update to 0.10.3 (diff)
- Use USE_ICONV knob
Approved by: portmgr
Notes
Notes: svn path=/head/; revision=105726
Diffstat (limited to 'net/netdude')
-rw-r--r--net/netdude/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netdude/Makefile b/net/netdude/Makefile
index 7fe1f2cc5a7e..69906ae9d0b1 100644
--- a/net/netdude/Makefile
+++ b/net/netdude/Makefile
@@ -16,10 +16,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= NETwork DUmp data Displayer and Editor for tcpdump tracefiles
-LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
- ltdl.4:${PORTSDIR}/devel/libltdl
+LIB_DEPENDS= ltdl.4:${PORTSDIR}/devel/libltdl
USE_GETTEXT= yes
+USE_ICONV= yes
USE_REINPLACE= yes
USE_GNOME= glib12 gtk12
USE_LIBTOOL_VER=13