aboutsummaryrefslogtreecommitdiff
path: root/net/tcpillust
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2012-10-25 07:47:41 +0000
committerCy Schubert <cy@FreeBSD.org>2012-10-25 07:47:41 +0000
commitdafe98ab07470988d10608b4225b2c84bd7cab73 (patch)
tree76c6b19a6dba03e377d892c1589686635301de28 /net/tcpillust
parentb9ae6cb0ead41b7e5bc1607be421396e5913665f (diff)
Notes
Diffstat (limited to 'net/tcpillust')
-rw-r--r--net/tcpillust/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/tcpillust/Makefile b/net/tcpillust/Makefile
index 25bc173d9bfa..54f8eeb61dcb 100644
--- a/net/tcpillust/Makefile
+++ b/net/tcpillust/Makefile
@@ -7,7 +7,7 @@
PORTNAME= tcpillust
PORTVERSION= 2.01
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= net tcl tk
MASTER_SITES= http://www.jp.nishida.org/tcpillust/
@@ -34,10 +34,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
do-build:
.for file in binread.c button.c draw.c parser.c tcpillust.c tcpdump/print-tcp.c
- ${CC} ${CFLAGS} -I${LOCALBASE}/include/ -I${TCL_INCLUDEDIR} -I${TK_INCLUDEDIR} \
+ ${CC} ${CFLAGS} -I/usr/include -I/usr/include/pcap -I${LOCALBASE}/include/ -I${TCL_INCLUDEDIR} -I${TK_INCLUDEDIR} \
-I${LOCALBASE}/include -DILTDIR=\"${DATADIR}\" -c ${WRKSRC}/${file} -o ${WRKSRC}/${file:S/.c/.o/}
.endfor
- ${CC} ${CFLAGS} -L${TCL_LIBDIR} -L${TK_LIBDIR} -L${LOCALBASE}/lib \
+ ${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
do-install: