diff options
author | wiz <wiz> | 2005-05-31 22:12:18 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-05-31 22:12:18 +0000 |
commit | 88ed4e1b2659a8c06b5002ecd739573a35a4c423 (patch) | |
tree | 2c1c25089580d40e221b1dca15d20808dc1d4c96 /wm/econf/Makefile | |
parent | 50b38dd57ce884547ae62d77ecb5e4cd3276a55b (diff) | |
download | pkgsrc-88ed4e1b2659a8c06b5002ecd739573a35a4c423.tar.gz |
Use x11/control-center (instead of x11/controlcenter).
Diffstat (limited to 'wm/econf/Makefile')
-rw-r--r-- | wm/econf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/econf/Makefile b/wm/econf/Makefile index 86e246d6e13..338075320e6 100644 --- a/wm/econf/Makefile +++ b/wm/econf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/05/22 20:08:43 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2005/05/31 22:12:18 wiz Exp $ # DISTNAME= enlightenment-conf-0.15 @@ -17,5 +17,5 @@ USE_TOOLS+= gmake USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -.include "../../x11/controlcenter/buildlink3.mk" +.include "../../x11/control-center/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |