diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-02 23:47:15 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-02 23:47:15 +0800 |
commit | 30ac813f502e4749fbd43ed7af060fc9fdbae075 (patch) | |
tree | f6bfb90bca618e8d0630e62d644e70d3cbbef7bd /devel | |
parent | e4e7f03038769a8231ee7291e98ccbcc1d41ac1e (diff) | |
download | freebsd-ports-gnome-30ac813f502e4749fbd43ed7af060fc9fdbae075.tar.gz freebsd-ports-gnome-30ac813f502e4749fbd43ed7af060fc9fdbae075.tar.zst freebsd-ports-gnome-30ac813f502e4749fbd43ed7af060fc9fdbae075.zip |
Also lookup in /usr/libdata/pkgconfig for .pc files if any
Requested by: emaste
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pkgconf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/pkgconf/Makefile b/devel/pkgconf/Makefile index f7aae6899665..9929a7ffca44 100644 --- a/devel/pkgconf/Makefile +++ b/devel/pkgconf/Makefile @@ -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 compiler and linker flags 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 |