diff options
author | obache <obache> | 2007-10-04 12:03:19 +0000 |
---|---|---|
committer | obache <obache> | 2007-10-04 12:03:19 +0000 |
commit | b8ba28de4bc138f32b5886001c087927bc4990eb (patch) | |
tree | be2f3af8d48dd7326633992a97d9b74ce74e947f /wm | |
parent | 1e8a593daa7ae16d0d29d1d78fe532afc99906b7 (diff) | |
download | pkgsrc-b8ba28de4bc138f32b5886001c087927bc4990eb.tar.gz |
Renamed x11/gnome2-control-center to x11/control-center.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/compiz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/compiz/Makefile b/wm/compiz/Makefile index efded143c5f..1a07b4efeea 100644 --- a/wm/compiz/Makefile +++ b/wm/compiz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/09/21 13:04:25 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2007/10/04 12:03:19 obache Exp $ # DISTNAME= compiz-0.4.0 @@ -37,7 +37,7 @@ PKG_OPTIONS_VAR= PKG_OPTIONS.compiz .if !empty(PKG_OPTIONS:Mgnome) CONFIGURE_ARGS+= --enable-librsvg PLIST_SUBST+= GNOME="" -.include "../../x11/gnome2-control-center/buildlink3.mk" +.include "../../x11/control-center/buildlink3.mk" .include "../../wm/metacity/buildlink3.mk" .include "../../graphics/librsvg/buildlink3.mk" .else |