From 497cdd7125f8abe86eec13bb709ecc6625e715f0 Mon Sep 17 00:00:00 2001 From: rillig Date: Wed, 28 Sep 2005 20:52:18 +0000 Subject: Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, NO_BUILD, USE_LIBTOOL. --- time/projclock/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'time/projclock') diff --git a/time/projclock/Makefile b/time/projclock/Makefile index acbe649c567..6aeba0a23f7 100644 --- a/time/projclock/Makefile +++ b/time/projclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/06/03 17:44:15 minskim Exp $ +# $NetBSD: Makefile,v 1.11 2005/09/28 20:52:27 rillig Exp $ # DISTNAME= pclock0.7 @@ -17,7 +17,7 @@ DEPENDS+= tk>=8.3.4:../../x11/tk PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR}/projclock -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CONFIGURE= yes +NO_BUILD= yes .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3