pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/bc Use buildlink3 instead of 2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/664b17375651
branches: trunk
changeset: 472350:664b17375651
user: reed <reed%pkgsrc.org@localhost>
date: Fri Apr 09 07:04:40 2004 +0000
description:
Use buildlink3 instead of 2.
diffstat:
math/bc/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 68d339f53e3f -r 664b17375651 math/bc/Makefile
--- a/math/bc/Makefile Fri Apr 09 03:47:39 2004 +0000
+++ b/math/bc/Makefile Fri Apr 09 07:04:40 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/09/29 23:57:38 reed Exp $
+# $NetBSD: Makefile,v 1.2 2004/04/09 07:04:40 reed Exp $
DISTNAME= bc-1.06
CATEGORIES= math
@@ -9,7 +9,7 @@
COMMENT= Arbitrary precision calculator language
# this provides dc(1) which is essential for pkgsrc installations
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
INFO_FILES= bc.info dc.info
@@ -19,6 +19,6 @@
BUILD_DEPENDS+= flex-[0-9]*:../../devel/flex
.endif
-.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