diff options
author | wiz <wiz@pkgsrc.org> | 2005-07-21 16:26:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-07-21 16:26:09 +0000 |
commit | 32b081f7a1c235d9031cf8c5bca34d273a1cd0f9 (patch) | |
tree | e704bc4914835b391a1304f503a1fc11848de115 /meta-pkgs | |
parent | bb042b25560777fa4390d06a286fca836fdabeb0 (diff) | |
download | pkgsrc-32b081f7a1c235d9031cf8c5bca34d273a1cd0f9.tar.gz |
Update pkg-config comment.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/gnome-base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/gnome-base/Makefile b/meta-pkgs/gnome-base/Makefile index 6730b3eae2c..b6a9cc4e143 100644 --- a/meta-pkgs/gnome-base/Makefile +++ b/meta-pkgs/gnome-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/06/01 18:03:04 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2005/07/21 16:26:09 wiz Exp $ DISTNAME= gnome-base-2.10.1 CATEGORIES= meta-pkgs x11 gnome @@ -19,7 +19,7 @@ COMMENT= Meta-package for basic components of the GNOME desktop # # Packages commented out are either because they are just build time # dependencies or because they are not yet ready to be enabled. -#DEPENDS+= pkgconfig>=0.17.2:../../devel/pkgconfig +#DEPENDS+= pkg-config>=0.17.2:../../devel/pkg-config #DEPENDS+= intltool>=0.33:../../textproc/intltool DEPENDS+= startup-notification>=0.8:../../x11/startup-notification DEPENDS+= glib2>=2.6.4:../../devel/glib2 |