diff options
author | wiz <wiz@pkgsrc.org> | 2005-05-31 22:12:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-05-31 22:12:18 +0000 |
commit | 99b2cebebc6cfe9701a24f9d851172f294293e83 (patch) | |
tree | 2c1c25089580d40e221b1dca15d20808dc1d4c96 /x11 | |
parent | 6314cc73e45c74c5a53886bf95da4c9340f9ad88 (diff) | |
download | pkgsrc-99b2cebebc6cfe9701a24f9d851172f294293e83.tar.gz |
Use x11/control-center (instead of x11/controlcenter).
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 4 | ||||
-rw-r--r-- | x11/gdkxft/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/Makefile b/x11/Makefile index 579869648ad..60dacb52fc6 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.396 2005/05/31 15:38:23 markd Exp $ +# $NetBSD: Makefile,v 1.397 2005/05/31 22:12:18 wiz Exp $ # COMMENT= Packages to support the X window system @@ -24,7 +24,7 @@ SUBDIR+= bbapm SUBDIR+= blt SUBDIR+= clearlooks-metacity SUBDIR+= compositeext -SUBDIR+= controlcenter +SUBDIR+= control-center SUBDIR+= devilspie SUBDIR+= dfm SUBDIR+= dtx11session diff --git a/x11/gdkxft/Makefile b/x11/gdkxft/Makefile index 16c8671cc28..0df7645e0ba 100644 --- a/x11/gdkxft/Makefile +++ b/x11/gdkxft/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2005/04/11 21:48:06 tv Exp $ +# $NetBSD: Makefile,v 1.27 2005/05/31 22:12:18 wiz Exp $ # DISTNAME= gdkxft-1.5 @@ -36,7 +36,7 @@ post-install: .include "../../fonts/Xft2/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" .include "../../lang/perl5/buildlink3.mk" -.include "../../x11/controlcenter/buildlink3.mk" +.include "../../x11/control-center/buildlink3.mk" .include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |