pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/abook Convert to buildlink3 and correct a ty...
details: https://anonhg.NetBSD.org/pkgsrc/rev/62a21e437c5a
branches: trunk
changeset: 473221:62a21e437c5a
user: snj <snj%pkgsrc.org@localhost>
date: Sat Apr 17 19:14:38 2004 +0000
description:
Convert to buildlink3 and correct a typo in DESCR.
diffstat:
databases/abook/DESCR | 2 +-
databases/abook/Makefile | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (35 lines):
diff -r 81cd91a339d9 -r 62a21e437c5a databases/abook/DESCR
--- a/databases/abook/DESCR Sat Apr 17 19:13:45 2004 +0000
+++ b/databases/abook/DESCR Sat Apr 17 19:14:38 2004 +0000
@@ -6,7 +6,7 @@
- mutt alias ( >= 0.4.10 )
- Pine addressbook
-Export filters for folllowing formats:
+Export filters for following formats:
- ldif / Netscape addressbook (.4ld)
- Pine addressbook
- HTML
diff -r 81cd91a339d9 -r 62a21e437c5a databases/abook/Makefile
--- a/databases/abook/Makefile Sat Apr 17 19:13:45 2004 +0000
+++ b/databases/abook/Makefile Sat Apr 17 19:14:38 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/09/28 09:13:56 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2004/04/17 19:14:38 snj Exp $
#
DISTNAME= abook-0.5.0
@@ -9,10 +9,10 @@
HOMEPAGE= http://abook.sourceforge.net/
COMMENT= Text-based addressbook program
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_GNU_READLINE= yes
GNU_CONFIGURE= yes
-.include "../../devel/ncurses/buildlink2.mk"
-.include "../../devel/readline/buildlink2.mk"
+.include "../../devel/ncurses/buildlink3.mk"
+.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index