Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 May 2013 15:47:15 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317130 - head/devel/pkgconf
Message-ID:  <201305021547.r42FlFT4009943@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu May  2 15:47:15 2013
New Revision: 317130
URL: http://svnweb.freebsd.org/changeset/ports/317130

Log:
  Also lookup in /usr/libdata/pkgconfig for .pc files if any
  
  Requested by:	emaste

Modified:
  head/devel/pkgconf/Makefile

Modified: head/devel/pkgconf/Makefile
==============================================================================
--- head/devel/pkgconf/Makefile	Thu May  2 15:37:38 2013	(r317129)
+++ head/devel/pkgconf/Makefile	Thu May  2 15:47:15 2013	(r317130)
@@ -2,6 +2,7 @@
 
 PORTNAME=	pkgconf
 PORTVERSION=	0.9.2
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://rabbit.dereferenced.org/~nenolod/distfiles/ \
 		http://files.etoilebsd.net/pkgconf/
@@ -12,7 +13,7 @@ COMMENT=	Utility to help to configure co
 LICENSE=	BSD
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-pkg-config-dir=${PREFIX}/libdata/pkgconfig \
+CONFIGURE_ARGS=	--with-pkg-config-dir=${PREFIX}/libdata/pkgconfig:/usr/libdata/pkgconfig \
 		--with-system-libdir=/usr/lib \
 		--with-system-includedir=/usr/include
 USE_BZIP2=	yes



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