diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-17 07:38:15 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-17 07:38:15 +0000 |
commit | 15c4a5ecf338d0133b87647ab773c6df26f3ea15 (patch) | |
tree | 320f49e86d38a480aace5bd0e27c34d6c8f75c2c /net/netdude | |
parent | a9836219c62bdf7cdcfc3af658d25ae25aeaeb11 (diff) |
Notes
Diffstat (limited to 'net/netdude')
-rw-r--r-- | net/netdude/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netdude/Makefile b/net/netdude/Makefile index b33f5e12ff0b..22448bc6c774 100644 --- a/net/netdude/Makefile +++ b/net/netdude/Makefile @@ -10,10 +10,10 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= NETwork DUmp data Displayer and Editor for tcpdump tracefiles -LIB_DEPENDS= libnetdude.so:${PORTSDIR}/net/libnetdude +LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl \ + libnetdude.so:${PORTSDIR}/net/libnetdude USES= gettext iconv libtool gmake -USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${DOCSDIR} LIBS+= -L${LOCALBASE}/lib -lltdl |