pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cad/atlc Convert to buildlink3 and correct a spelling ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e6d20a605ed
branches:  trunk
changeset: 472506:8e6d20a605ed
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Apr 11 04:19:40 2004 +0000

description:
Convert to buildlink3 and correct a spelling error in DESCR.

diffstat:

 cad/atlc/DESCR    |  2 +-
 cad/atlc/Makefile |  6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (37 lines):

diff -r 3962f4803c83 -r 8e6d20a605ed cad/atlc/DESCR
--- a/cad/atlc/DESCR    Sun Apr 11 04:07:05 2004 +0000
+++ b/cad/atlc/DESCR    Sun Apr 11 04:19:40 2004 +0000
@@ -6,7 +6,7 @@
   The impedance Zo (in Ohms)
   The capacitance per unit length (pF/m)
   The inductance per unit length (nF/m)
-  The velocity of propogation v (m/s)
+  The velocity of propagation v (m/s)
   The velocity factor, v/c, which is dimensionless.
 
 A bitmap file (usually with the extension .bmp or .BMP) of the cross
diff -r 3962f4803c83 -r 8e6d20a605ed cad/atlc/Makefile
--- a/cad/atlc/Makefile Sun Apr 11 04:07:05 2004 +0000
+++ b/cad/atlc/Makefile Sun Apr 11 04:19:40 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/12/30 17:21:54 cjep Exp $
+# $NetBSD: Makefile,v 1.5 2004/04/11 04:19:40 snj Exp $
 #
 
 DISTNAME=      atlc-4.2.10
@@ -10,7 +10,7 @@
 COMMENT=       Calculates the impedance of arbitrary cross section transmission lines
 
 GNU_CONFIGURE= YES
-USE_BUILDLINK2=        YES
+USE_BUILDLINK3=        YES
 # note:  the check target builds some of the
 # example files which get installed.
 ALL_TARGET=    all check
@@ -21,5 +21,5 @@
        ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/atlc
        ${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/atlc
 
-.include "../../math/gsl/buildlink2.mk"
+.include "../../math/gsl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index