Date: Wed, 30 Sep 2015 15:04:23 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398217 - head/archivers/snappy Message-ID: <201509301504.t8UF4NCn046900@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509301504.t8UF4NCn046900>