pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/gsl make this file cause a DEPENDS not a BUILD_DE...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9b9cb34b6326
branches: trunk
changeset: 461381:9b9cb34b6326
user: dmcmahill <dmcmahill%pkgsrc.org@localhost>
date: Mon Sep 15 10:25:36 2003 +0000
description:
make this file cause a DEPENDS not a BUILD_DEPENDS as it installs a
shared library which is most definitely needed at run time.
diffstat:
math/gsl/buildlink2.mk | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 123a9c127b2d -r 9b9cb34b6326 math/gsl/buildlink2.mk
--- a/math/gsl/buildlink2.mk Mon Sep 15 09:51:38 2003 +0000
+++ b/math/gsl/buildlink2.mk Mon Sep 15 10:25:36 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink2.mk,v 1.5 2003/08/30 21:51:00 jtb Exp $
+# $NetBSD: buildlink2.mk,v 1.6 2003/09/15 10:25:36 dmcmahill Exp $
.if !defined(GSL_BUILDLINK2_MK)
GSL_BUILDLINK2_MK= # defined
@@ -6,7 +6,6 @@
BUILDLINK_PACKAGES+= gsl
BUILDLINK_DEPENDS.gsl?= gsl>=1.4
BUILDLINK_PKGSRCDIR.gsl?= ../../math/gsl
-BUILDLINK_DEPMETHOD.gsl?= build
EVAL_PREFIX+= BUILDLINK_PREFIX.gsl=gsl
BUILDLINK_PREFIX.gsl_DEFAULT= ${LOCALBASE}
Home |
Main Index |
Thread Index |
Old Index