diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 09:23:06 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 09:23:06 +0000 |
commit | fb9e8401e327ad4b59762f4ae307ac44328e1700 (patch) | |
tree | 0c1c9dc8e97f0970f1f37dca4e511f363648006e /time | |
parent | 344962001d007e1242f22e74572c79a56a441216 (diff) | |
download | pkgsrc-fb9e8401e327ad4b59762f4ae307ac44328e1700.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'time')
-rw-r--r-- | time/devtodo/Makefile | 6 | ||||
-rw-r--r-- | time/gcal/Makefile | 6 | ||||
-rw-r--r-- | time/pclock/Makefile | 6 |
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" |