pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/compiler Adjust to follow f2c/libf2c split: build-d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed67b4b26aa1
branches:  trunk
changeset: 568077:ed67b4b26aa1
user:      asau <asau%pkgsrc.org@localhost>
date:      Thu Dec 03 12:44:10 2009 +0000

description:
Adjust to follow f2c/libf2c split: build-depend on f2c, buildlink libf2c.

diffstat:

 mk/compiler/f2c.mk |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 382d0f1c820e -r ed67b4b26aa1 mk/compiler/f2c.mk
--- a/mk/compiler/f2c.mk        Thu Dec 03 12:39:59 2009 +0000
+++ b/mk/compiler/f2c.mk        Thu Dec 03 12:44:10 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: f2c.mk,v 1.11 2008/05/24 07:27:11 obache Exp $
+# $NetBSD: f2c.mk,v 1.12 2009/12/03 12:44:10 asau Exp $
 #
 # Copyright (c) 2005 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -97,8 +97,9 @@
 PREPEND_PATH+= ${_F2C_DIR}/bin
 .  endif
 
-# Add the dependency on f2c.
-.  include "../../lang/f2c/buildlink3.mk"
+# Dependencies:
+BUILD_DEPENDS+=        f2c>20090411:../../lang/f2c # translator
+.  include "../../devel/libf2c/buildlink3.mk" # library
 
 .  if defined(F2C_DIR) && !empty(F2C_DIR)
 PKGSRC_MAKE_ENV+=      F2C_DIR=${F2C_DIR:Q}



Home | Main Index | Thread Index | Old Index