pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/ruby-gsl Convert to buildlink3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a07568b2cf06
branches: trunk
changeset: 472509:a07568b2cf06
user: snj <snj%pkgsrc.org@localhost>
date: Sun Apr 11 04:38:48 2004 +0000
description:
Convert to buildlink3.
diffstat:
math/ruby-gsl/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 9917500d9434 -r a07568b2cf06 math/ruby-gsl/Makefile
--- a/math/ruby-gsl/Makefile Sun Apr 11 04:37:40 2004 +0000
+++ b/math/ruby-gsl/Makefile Sun Apr 11 04:38:48 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/01/20 12:20:05 agc Exp $
+# $NetBSD: Makefile,v 1.3 2004/04/11 04:38:48 snj Exp $
DISTNAME= ruby-gsl-0.1.9
CATEGORIES= math
@@ -11,7 +11,7 @@
DIST_SUBDIR= ruby
WRKSRC= ${WRKDIR}/${DISTNAME}/ext
USE_RUBY_EXTCONF= yes
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
INSTALL_TARGET= site-install
DOCS= README
@@ -37,6 +37,6 @@
${INSTALL_DATA} ${WRKSRC}/../samples/*.rb ${RUBY_EXAMPLESDIR}/gsl
.include "../../lang/ruby-base/Makefile.common"
-.include "../../lang/ruby-base/buildlink2.mk"
-.include "../../math/gsl/buildlink2.mk"
+.include "../../lang/ruby-base/buildlink3.mk"
+.include "../../math/gsl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index