diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-03-20 10:53:08 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-03-20 10:53:08 +0000 |
commit | 654ccc6aac9c7681ed39c2cd2d10d8360ec7a9bc (patch) | |
tree | c30aa05ffe4be67ca3bb38317073b7e6603daa7c /net/rtpbreak/Makefile | |
parent | 3dc362ac88ab73d6f0b3635628a59d9597e6da4e (diff) |
Notes
Diffstat (limited to 'net/rtpbreak/Makefile')
-rw-r--r-- | net/rtpbreak/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rtpbreak/Makefile b/net/rtpbreak/Makefile index e75245e6faf0..4c745b098a40 100644 --- a/net/rtpbreak/Makefile +++ b/net/rtpbreak/Makefile @@ -13,8 +13,8 @@ COMMENT= Detects, reconstructs, and analyzes any RTP session LIB_DEPENDS= libnet.so:${PORTSDIR}/net/libnet -CFLAGS+= -I${LOCALBASE}/include/libnet11 -LIBS+= -L${LOCALBASE}/lib/libnet11 -lpcap -lnet +CFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib -lpcap -lnet MAKE_ARGS= CFLAGS="${CFLAGS}" LIBS="${LIBS}" |