diff options
author | wiz <wiz> | 2005-07-21 16:29:42 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-07-21 16:29:42 +0000 |
commit | 90c55ad99674a466379e1c85d740159fdf68aff5 (patch) | |
tree | 3fc559ca19ff752d447aa7e195b740fa86038d73 /games/gnome2-games | |
parent | c6f0fd8c9f0a30113930a03f938382764924545c (diff) | |
download | pkgsrc-90c55ad99674a466379e1c85d740159fdf68aff5.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 'games/gnome2-games')
-rw-r--r-- | games/gnome2-games/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gnome2-games/Makefile b/games/gnome2-games/Makefile index f04724e5be0..2eb582b0c3d 100644 --- a/games/gnome2-games/Makefile +++ b/games/gnome2-games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2005/06/01 18:02:50 jlam Exp $ +# $NetBSD: Makefile,v 1.49 2005/07/21 16:29:50 wiz Exp $ DISTNAME= gnome-games-2.10.1 CATEGORIES= games gnome @@ -74,7 +74,7 @@ BUILDLINK_DEPENDS.libgnome+= libgnome>=2.10.0 .include "../../devel/libglade2/buildlink3.mk" .include "../../devel/libgnome/buildlink3.mk" .include "../../devel/libgnomeui/buildlink3.mk" -.include "../../devel/pkgconfig/buildlink3.mk" +.include "../../devel/pkg-config/buildlink3.mk" .include "../../graphics/librsvg2/buildlink3.mk" .include "../../lang/guile/buildlink3.mk" .include "../../lang/python/application.mk" |