diff options
author | wxs <wxs@FreeBSD.org> | 2013-04-03 20:39:42 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2013-04-03 20:39:42 +0800 |
commit | e0d20a762a3500398b73e5dc5ce6bc0218cf9ea4 (patch) | |
tree | 224cc8dd56f6220630061f2a1e95d4886f3f05a6 /net | |
parent | 235802a7954b2fd033d5b78c28ec9aa835e3cf61 (diff) | |
download | freebsd-ports-gnome-e0d20a762a3500398b73e5dc5ce6bc0218cf9ea4.tar.gz freebsd-ports-gnome-e0d20a762a3500398b73e5dc5ce6bc0218cf9ea4.tar.zst freebsd-ports-gnome-e0d20a762a3500398b73e5dc5ce6bc0218cf9ea4.zip |
Fix build.
Approved by: portmgr@ (miwi)
Diffstat (limited to 'net')
-rw-r--r-- | net/pktanon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pktanon/Makefile b/net/pktanon/Makefile index 9463439a915f..d36b0c6b7737 100644 --- a/net/pktanon/Makefile +++ b/net/pktanon/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost-libs \ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib -lboost_system MAKE_JOBS_SAFE= yes post-install: |