summaryrefslogtreecommitdiff
path: root/devel/pkgconfig/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-04-15 12:15:06 +0000
committerwiz <wiz@pkgsrc.org>2005-04-15 12:15:06 +0000
commit129d8da44166581fb4fde27d45d54de5b2a17a47 (patch)
treee490e436d80787aa4b46eadab1541ba452126c65 /devel/pkgconfig/Makefile
parentde5696c4430824b7a664de49e8d854d8a5d08cb7 (diff)
downloadpkgsrc-129d8da44166581fb4fde27d45d54de5b2a17a47.tar.gz
Update to 0.17.1:
pkg-config 0.17.1 === - Now actually sets CFLAGS and LIBS instead of trying to set those in a subshell. (Only affects if you've autoreconfiscated with 0.17) - Fix detection of inter-library dependencies. pkg-config 0.17 === - Evaluate second argument to PKG_CHECK_MODULES again - Portability fixes (MacOS, BeOS, Cygwin) - Handle inter-library dependencies and assume those are in place if the platform supports them. Disable with --enable-indirect-deps. - Add initial test framework - Build fixes (make distcheck now works)
Diffstat (limited to 'devel/pkgconfig/Makefile')
-rw-r--r--devel/pkgconfig/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pkgconfig/Makefile b/devel/pkgconfig/Makefile
index 51506047845..9244a302163 100644
--- a/devel/pkgconfig/Makefile
+++ b/devel/pkgconfig/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2005/04/11 21:45:36 tv Exp $
+# $NetBSD: Makefile,v 1.23 2005/04/15 12:15:06 wiz Exp $
#
-DISTNAME= pkgconfig-0.16.0
+DISTNAME= pkgconfig-0.17.1
CATEGORIES= devel
MASTER_SITES= http://www.freedesktop.org/software/pkgconfig/releases/