diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
commit | 63e84b1b84449ee2d7305c779da111b57099caf4 (patch) | |
tree | 49fa5aa9585554801243dca9aced094d40285ba0 /time | |
parent | d3860910249fb12e019d47196d7d1d1bfb361f20 (diff) | |
download | pkgsrc-63e84b1b84449ee2d7305c779da111b57099caf4.tar.gz |
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'time')
-rw-r--r-- | time/asclock-gtk/Makefile | 4 | ||||
-rw-r--r-- | time/projclock/Makefile | 6 | ||||
-rw-r--r-- | time/wmfishtime/Makefile | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/time/asclock-gtk/Makefile b/time/asclock-gtk/Makefile index b2bac0d1b7b..cc27de6c895 100644 --- a/time/asclock-gtk/Makefile +++ b/time/asclock-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2005/06/17 03:50:38 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2005/09/28 20:52:27 rillig Exp $ # DISTNAME= asclock-gtk-2.1.10beta @@ -13,7 +13,7 @@ COMMENT= Dockable clock and calendar with themes for GTK+ NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL WRKSRC= ${WRKDIR}/asclock-gtk -USE_X11BASE= # defined +USE_X11BASE= yes PLIST_SRC= ${PKGDIR}/PLIST \ ${PKGDIR}/PLIST.themes 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" diff --git a/time/wmfishtime/Makefile b/time/wmfishtime/Makefile index 1c386c26883..3e5d1d4b6b6 100644 --- a/time/wmfishtime/Makefile +++ b/time/wmfishtime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2005/04/11 21:47:45 tv Exp $ +# $NetBSD: Makefile,v 1.16 2005/09/28 20:52:27 rillig Exp $ # DISTNAME= wmfishtime-1.24 @@ -9,7 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.ne.jp/asahi/linux/timecop/ COMMENT= Dockable clock application with clock, date and fish -USE_X11BASE= # defined +USE_X11BASE= yes .include "../../devel/libgetopt/buildlink3.mk" .include "../../x11/gtk/buildlink3.mk" |