pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/projclock This package doesn't compile anything. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a46e1816f270
branches:  trunk
changeset: 476107:a46e1816f270
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Jun 03 17:44:15 2004 +0000

description:
This package doesn't compile anything.  Use DEPENDS instead of
buildlinking.  Also define NO_CONFIGURE and enable pkgviews
installation.

diffstat:

 time/projclock/Makefile |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r bb0e101a3d57 -r a46e1816f270 time/projclock/Makefile
--- a/time/projclock/Makefile   Thu Jun 03 16:28:53 2004 +0000
+++ b/time/projclock/Makefile   Thu Jun 03 17:44:15 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/04/11 17:13:36 snj Exp $
+# $NetBSD: Makefile,v 1.10 2004/06/03 17:44:15 minskim Exp $
 #
 
 DISTNAME=       pclock0.7
@@ -12,9 +12,12 @@
 HOMEPAGE=      http://members.optushome.com.au/starters/pclock/
 COMMENT=       Time management software
 
+DEPENDS+=      tk>=8.3.4:../../x11/tk
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 WRKSRC=                ${WRKDIR}/projclock
-USE_BUILDLINK3=        yes
+NO_CONFIGURE=  # defined
 NO_BUILD=      # defined
 
-.include "../../x11/tk83/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index