svn commit: r336666 - head/devel/libvirt

Koop Mast kwm at FreeBSD.org
Mon Dec 16 21:09:16 UTC 2013


Author: kwm
Date: Mon Dec 16 21:09:15 2013
New Revision: 336666
URL: http://svnweb.freebsd.org/changeset/ports/336666

Log:
  Fix typo.

Modified:
  head/devel/libvirt/Makefile

Modified: head/devel/libvirt/Makefile
==============================================================================
--- head/devel/libvirt/Makefile	Mon Dec 16 20:59:14 2013	(r336665)
+++ head/devel/libvirt/Makefile	Mon Dec 16 21:09:15 2013	(r336666)
@@ -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


More information about the svn-ports-head mailing list