svn commit: r317130 - head/devel/pkgconf

Baptiste Daroussin bapt at FreeBSD.org
Thu May 2 15:47:16 UTC 2013


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


More information about the svn-ports-head mailing list