aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2013-10-19 20:32:54 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2013-10-19 20:32:54 +0000
commitca5f77d1cb9cf11fc31ee6258b2c1a2483554c57 (patch)
treee9595747683d1b098e159d95606a2682939c31a2 /net
parent35edb224d41115c8e82c25b50c432f39ea3293b9 (diff)
downloadports-ca5f77d1cb9cf11fc31ee6258b2c1a2483554c57.tar.gz
ports-ca5f77d1cb9cf11fc31ee6258b2c1a2483554c57.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/tcpillust/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tcpillust/Makefile b/net/tcpillust/Makefile
index b89bc2abcc21..ba2fa579d762 100644
--- a/net/tcpillust/Makefile
+++ b/net/tcpillust/Makefile
@@ -35,7 +35,7 @@ do-build:
-I${LOCALBASE}/include -DILTDIR=\"${DATADIR}\" -c ${WRKSRC}/${file} -o ${WRKSRC}/${file:S/.c/.o/}
.endfor
${CC} ${CFLAGS} -L/lib -L/usr/lib -L${TCL_LIBDIR} -L${TK_LIBDIR} -L${LOCALBASE}/lib \
- -lm -ltcl${TCL_VER:S/.//} -ltk${TK_VER:S/.//} ${WRKSRC}/*.o ${WRKSRC}/tcpdump/*.o -o ${WRKSRC}/tcpillust -lpcap
+ -lm -ltcl${TCL_VER:S/.//} -ltk${TK_VER:S/.//} ${WRKSRC}/*.o ${WRKSRC}/tcpdump/*.o -o ${WRKSRC}/tcpillust -lpcap -lX11
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tcpillust ${PREFIX}/bin