svn commit: r398217 - head/archivers/snappy

Steve Wills swills at FreeBSD.org
Wed Sep 30 15:04:23 UTC 2015


Author: swills
Date: Wed Sep 30 15:04:22 2015
New Revision: 398217
URL: https://svnweb.freebsd.org/changeset/ports/398217

Log:
  archivers/snappy: fix build
  
  PR:		203451
  Reported by:	Dusan Vejnovic <freebsd at dussan.org>
  Approved by:	vanilla (maintianer)

Modified:
  head/archivers/snappy/Makefile

Modified: head/archivers/snappy/Makefile
==============================================================================
--- head/archivers/snappy/Makefile	Wed Sep 30 14:25:10 2015	(r398216)
+++ head/archivers/snappy/Makefile	Wed Sep 30 15:04:22 2015	(r398217)
@@ -12,7 +12,7 @@ LICENSE=	BSD3CLAUSE
 
 OPTIONS_DEFINE=	DOCS
 
-USES=		autoreconf libtool
+USES=		pkgconfig autoreconf libtool
 CONFIGURE_ARGS=	--disable-gtest
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list