diff options
author | wiz <wiz@pkgsrc.org> | 2005-07-21 16:29:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-07-21 16:29:42 +0000 |
commit | d774725534eb709b0dd369ce5f0d86deabd856d1 (patch) | |
tree | 3fc559ca19ff752d447aa7e195b740fa86038d73 /x11/gtkmm | |
parent | c92aa28893be470e6f58d9a7cd32adbde07704a9 (diff) | |
download | pkgsrc-d774725534eb709b0dd369ce5f0d86deabd856d1.tar.gz |
Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
Diffstat (limited to 'x11/gtkmm')
-rw-r--r-- | x11/gtkmm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gtkmm/Makefile b/x11/gtkmm/Makefile index b65dab3e7f4..4d674f7007f 100644 --- a/x11/gtkmm/Makefile +++ b/x11/gtkmm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2005/07/16 01:19:26 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2005/07/21 16:30:01 wiz Exp $ # DISTNAME= gtkmm-2.2.12 @@ -22,6 +22,6 @@ PKGCONFIG_OVERRIDE+= gtk/gtkmm-2.0.pc.in PKGCONFIG_OVERRIDE+= pango/pangomm-1.0.pc.in .include "../../devel/libsigc++/buildlink3.mk" -.include "../../devel/pkgconfig/buildlink3.mk" +.include "../../devel/pkg-config/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |