socsvn commit: r253452 - soc2013/mattbw/backend
mattbw at FreeBSD.org
mattbw at FreeBSD.org
Mon Jun 24 21:10:53 UTC 2013
Author: mattbw
Date: Mon Jun 24 21:10:52 2013
New Revision: 253452
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=253452
Log:
Move USE_PK_PKGCONF to underneath its comment
Modified:
soc2013/mattbw/backend/Makefile
Modified: soc2013/mattbw/backend/Makefile
==============================================================================
--- soc2013/mattbw/backend/Makefile Mon Jun 24 21:03:10 2013 (r253451)
+++ soc2013/mattbw/backend/Makefile Mon Jun 24 21:10:52 2013 (r253452)
@@ -6,12 +6,11 @@
LIBDIR= /usr/local/lib/packagekit-backend
-USE_PK_PKGCONF= 0
-
PKGS= pkg gio-2.0 gio-unix-2.0
# 0.6.* versions of PackageKit do not export pkgconf information, so here's a
# bodge.
+USE_PK_PKGCONF= 0 # Set to 1 if using recent PackageKit
.if USE_PK_PKGCONF
PKGS+= packagekit-glib2
.else
More information about the svn-soc-all
mailing list