summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorsnj <snj>2004-04-11 09:23:06 +0000
committersnj <snj>2004-04-11 09:23:06 +0000
commit3d06f5231434c90ff2e5425585c59f44abfc729c (patch)
tree0c1c9dc8e97f0970f1f37dca4e511f363648006e /time
parent0ce3f5e0b20275ffe9326f0f651f3b5c2c1f3ff0 (diff)
downloadpkgsrc-3d06f5231434c90ff2e5425585c59f44abfc729c.tar.gz
Convert to buildlink3.
Diffstat (limited to 'time')
-rw-r--r--time/devtodo/Makefile6
-rw-r--r--time/gcal/Makefile6
-rw-r--r--time/pclock/Makefile6
3 files changed, 9 insertions, 9 deletions
diff --git a/time/devtodo/Makefile b/time/devtodo/Makefile
index 0f8c57d855c..3f9f64a550a 100644
--- a/time/devtodo/Makefile
+++ b/time/devtodo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/03/10 18:28:51 jmmv Exp $
+# $NetBSD: Makefile,v 1.19 2004/04/11 09:25:50 snj Exp $
#
DISTNAME= devtodo-0.1.17
@@ -12,7 +12,7 @@ COMMENT= Display and manage a list of items that are outstanding
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
-USE_BUILDLINK2= # defined
+USE_BUILDLINK3= # defined
GNU_CONFIGURE= # defined
# We don't need curses, just termcap.
@@ -36,5 +36,5 @@ post-install:
${PREFIX}/share/examples/devtodo
.endfor
-.include "../../devel/readline/buildlink2.mk"
+.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/time/gcal/Makefile b/time/gcal/Makefile
index 95fa5218a73..673238157df 100644
--- a/time/gcal/Makefile
+++ b/time/gcal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/08/09 11:29:16 seb Exp $
+# $NetBSD: Makefile,v 1.7 2004/04/11 09:23:06 snj Exp $
#
DISTNAME= gcal-3.01
@@ -10,11 +10,11 @@ MAINTAINER= atatat@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/gcal/gcal.html
COMMENT= Gnu version of the standard calendar utility
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
INFO_FILES= gcal.info
GNU_CONFIGURE= yes
-.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/time/pclock/Makefile b/time/pclock/Makefile
index 6a0f6964625..5d5e925a560 100644
--- a/time/pclock/Makefile
+++ b/time/pclock/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/01/20 12:27:16 agc Exp $
+# $NetBSD: Makefile,v 1.7 2004/04/11 09:23:41 snj Exp $
#
DISTNAME= pclock_0.13.1.orig
@@ -11,7 +11,7 @@ MAINTAINER= salo@NetBSD.org
COMMENT= Simple analog clock designed for Window Maker
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}.orig
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_X11= YES
MAKE_ENV+= LN=${LN}
@@ -23,6 +23,6 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/CREDITS ${PREFIX}/share/doc/pclock
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/pclock
-.include "../../graphics/xpm/buildlink2.mk"
+.include "../../graphics/xpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"