pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/fort77 Depends on f2c. Bump package revision. PR ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5fa277b351b8
branches:  trunk
changeset: 568599:5fa277b351b8
user:      asau <asau%pkgsrc.org@localhost>
date:      Tue Dec 15 17:27:13 2009 +0000

description:
Depends on f2c. Bump package revision. PR pkg/42456

diffstat:

 lang/fort77/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r d6fd1cc5dfd6 -r 5fa277b351b8 lang/fort77/Makefile
--- a/lang/fort77/Makefile      Tue Dec 15 17:13:06 2009 +0000
+++ b/lang/fort77/Makefile      Tue Dec 15 17:27:13 2009 +0000
@@ -1,14 +1,16 @@
-# $NetBSD: Makefile,v 1.22 2009/12/05 11:35:49 asau Exp $
+# $NetBSD: Makefile,v 1.23 2009/12/15 17:27:13 asau Exp $
 #
 
 DISTNAME=              fort77-1.18
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            lang
 MASTER_SITES=          ${MASTER_SITE_SUNSITE:=devel/lang/fortran/}
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 COMMENT=               The driver for f2c, a fortran to C translator
 
+DEPENDS+=              f2c-[0-9]*:../../lang/f2c
+
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 BUILD_TARGET=          test



Home | Main Index | Thread Index | Old Index