diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-07-04 22:27:39 +0800 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-07-04 22:27:39 +0800 |
commit | cf60e170c2fd647e7941f81fe654e9d4a6b4cd4d (patch) | |
tree | a1b8c7afdb544fe9b9573a6e0a3be696afbb752f /devel | |
parent | 11a0f387a898bf639e5ad41243642ba13f2e36ab (diff) | |
download | freebsd-ports-gnome-cf60e170c2fd647e7941f81fe654e9d4a6b4cd4d.tar.gz freebsd-ports-gnome-cf60e170c2fd647e7941f81fe654e9d4a6b4cd4d.tar.zst freebsd-ports-gnome-cf60e170c2fd647e7941f81fe654e9d4a6b4cd4d.zip |
Remove X11BASE references
Submitted by: mezz
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pkg-config/Makefile | 6 | ||||
-rw-r--r-- | devel/pkg-config/pkg-descr | 5 | ||||
-rw-r--r-- | devel/pkg-config/pkg-plist | 1 |
3 files changed, 3 insertions, 9 deletions
diff --git a/devel/pkg-config/Makefile b/devel/pkg-config/Makefile index 7169890b9b8e..55d116d28698 100644 --- a/devel/pkg-config/Makefile +++ b/devel/pkg-config/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/pkg-config/Makefile,v 1.8 2007/06/28 14:28:37 ahze Exp $ +# $MCom: ports/devel/pkg-config/Makefile,v 1.9 2007/07/01 20:46:42 mezz Exp $ # PORTNAME= pkg-config @@ -29,10 +29,6 @@ PC_PATH:=${PC_PATH}:${PREFIX}/lib/pkgconfig PC_PATH:= ${PC_PATH}:${LOCALBASE}/libdata/pkgconfig PC_PATH:= ${PC_PATH}:${LOCALBASE}/lib/pkgconfig .endif -.if ${X11BASE} != ${PREFIX} -PC_PATH:= ${PC_PATH}:${X11BASE}/libdata/pkgconfig -PC_PATH:= ${PC_PATH}:${X11BASE}/lib/pkgconfig -.endif CONFIGURE_ARGS= --disable-threads \ --with-pc-path="${PC_PATH}" \ diff --git a/devel/pkg-config/pkg-descr b/devel/pkg-config/pkg-descr index cbf7c6b4a78a..6b95074cc84a 100644 --- a/devel/pkg-config/pkg-descr +++ b/devel/pkg-config/pkg-descr @@ -7,9 +7,8 @@ pkg-config retrieves information about packages from special metadata files. These files are named after the package, with the extension .pc. By default, pkg-config looks for these files in the following directories: ${PREFIX}/libdata/pkgconfig, ${PREFIX}/lib/pkgconfig, -${LOCALBASE}/libdata/pkgconfig, ${LOCALBASE}/lib/pkgconfig, -${X11BASE}/libdata/pkgconfig, and ${X11BASE}/lib/pkgconfig; it will also look -in the list of directories specified by the PKG_CONFIG_PATH environment +${LOCALBASE}/libdata/pkgconfig, and ${LOCALBASE}/lib/pkgconfig; it will also +look in the list of directories specified by the PKG_CONFIG_PATH environment variable. WWW: http://pkgconfig.freedesktop.org/wiki/ diff --git a/devel/pkg-config/pkg-plist b/devel/pkg-config/pkg-plist index 5d6a4afddb18..273b374e6606 100644 --- a/devel/pkg-config/pkg-plist +++ b/devel/pkg-config/pkg-plist @@ -2,4 +2,3 @@ bin/pkg-config share/aclocal/pkg.m4 @dirrmtry lib/pkgconfig @unexec rmdir %%LOCALBASE%%/lib/pkgconfig 2>/dev/null || true -@unexec rmdir %%X11BASE%%/lib/pkgconfig 2>/dev/null || true |