pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/dialog bl3ify



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7c2c8a820358
branches:  trunk
changeset: 468327:7c2c8a820358
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Feb 12 15:58:04 2004 +0000

description:
bl3ify

diffstat:

 misc/dialog/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 803e40804fbd -r 7c2c8a820358 misc/dialog/Makefile
--- a/misc/dialog/Makefile      Thu Feb 12 15:34:18 2004 +0000
+++ b/misc/dialog/Makefile      Thu Feb 12 15:58:04 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2004/01/24 14:11:09 grant Exp $
+# $NetBSD: Makefile,v 1.22 2004/02/12 15:58:04 minskim Exp $
 
 DISTNAME=       dialog-0.6z
 PKGREVISION=   2
@@ -8,7 +8,7 @@
 MAINTAINER=    jlam%NetBSD.org@localhost
 COMMENT=       Display dialog boxes from shell scripts
 
-USE_BUILDLINK2=                # defined
+USE_BUILDLINK3=                # defined
 USE_GNU_TOOLS+=                make
 
 INCOMPAT_CURSES=       NetBSD-1.5* NetBSD-1.6[-_.]* NetBSD-1.6[A-P]-*
@@ -27,5 +27,5 @@
                ${INSTALL_SCRIPT} $${file} ${EGDIR};                    \
        done
 
-.include "../../devel/ncurses/buildlink2.mk"
+.include "../../devel/ncurses/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index