diff options
Diffstat (limited to 'wm/econf/Makefile')
-rw-r--r-- | wm/econf/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/wm/econf/Makefile b/wm/econf/Makefile index 399ea967516..5a4af57be63 100644 --- a/wm/econf/Makefile +++ b/wm/econf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/09/27 23:18:49 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2002/01/24 15:22:36 wiz Exp $ # DISTNAME= enlightenment-conf-0.15 @@ -10,13 +10,9 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://www.enlightenment.org/ COMMENT= configuration tool for easily setting up Enlightenment -DEPENDS+= control-center-[0-9]*:../../x11/controlcenter - -WRKSRC= ${WRKDIR}/${DISTNAME} - USE_GMAKE= yes GNU_CONFIGURE= yes -USE_X11= yes -USE_X11BASE= yes +.include "../../x11/controlcenter/buildlink.mk" +.include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk" |