diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-04-30 16:54:01 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-04-30 16:54:01 +0000 |
commit | 65f252354ce2ff63bc40bd9ea0bfc667ca66910f (patch) | |
tree | 073059af8956fb6690db40d24994537418101315 /devel/libvirt | |
parent | b92881590452495cf3731cb8c71b080f7f852464 (diff) |
Notes
Diffstat (limited to 'devel/libvirt')
-rw-r--r-- | devel/libvirt/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile index 74c4dbb81c2f..f2a9f0105112 100644 --- a/devel/libvirt/Makefile +++ b/devel/libvirt/Makefile @@ -33,6 +33,9 @@ CONFIGURE_ARGS= --without-sasl \ --without-network \ --with-libssh2 +#limit to non-stable release x.x.x +PORTSCOUT= limit:\d+\.\d+\.\d+$$ + LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" |