Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jun 2013 21:10:52 GMT
From:      mattbw@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r253452 - soc2013/mattbw/backend
Message-ID:  <201306242110.r5OLAqKF081438@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306242110.r5OLAqKF081438>