diff options
author | kwm <kwm@FreeBSD.org> | 2013-12-17 05:09:15 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-12-17 05:09:15 +0800 |
commit | c52b6dd7be550a28a77c533654f016cefcb70168 (patch) | |
tree | 7c60b35d73c16ae4151b7fcdc8665729ba3d76fb | |
parent | 87eba30ca71ce774c69d83250839b21240366bf0 (diff) | |
download | freebsd-ports-gnome-c52b6dd7be550a28a77c533654f016cefcb70168.tar.gz freebsd-ports-gnome-c52b6dd7be550a28a77c533654f016cefcb70168.tar.zst freebsd-ports-gnome-c52b6dd7be550a28a77c533654f016cefcb70168.zip |
Fix typo.
-rw-r--r-- | devel/libvirt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile index 62496c349845..aabed450baad 100644 --- a/devel/libvirt/Makefile +++ b/devel/libvirt/Makefile @@ -44,7 +44,7 @@ CONFIGURE_ARGS= --without-sasl \ # workaround to override pkg-config calls # random_data fix can be removed when 8.x is eol CONFIGURE_ENV= SSH2_LIBS="-L${LOCALBASE}/lib -lssh2 -lssl" \ - SSH2_CFLAGS="-I${LOCLABASE}/include" \ + SSH2_CFLAGS="-I${LOCALBASE}/include" \ ac_cv_type_struct_random_data="" # limit production release x.x.x |