pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/f2c Restore YACC dependency lost during previous ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/98df41449afa
branches:  trunk
changeset: 568078:98df41449afa
user:      asau <asau%pkgsrc.org@localhost>
date:      Thu Dec 03 12:48:37 2009 +0000

description:
Restore YACC dependency lost during previous update.

diffstat:

 lang/f2c/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ed67b4b26aa1 -r 98df41449afa lang/f2c/Makefile
--- a/lang/f2c/Makefile Thu Dec 03 12:44:10 2009 +0000
+++ b/lang/f2c/Makefile Thu Dec 03 12:48:37 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2009/12/03 12:39:59 asau Exp $
+# $NetBSD: Makefile,v 1.50 2009/12/03 12:48:37 asau Exp $
 
 DISTNAME=      f2c-20090411    # see notes below
 PKGREVISION=   1
@@ -17,6 +17,7 @@
 
 BUILD_DIRS=    src
 USE_BSD_MAKEFILE=      yes
+USE_TOOLS+=            yacc
 INSTALLATION_DIRS=     bin share/doc/f2c ${PKGMANDIR}/man1 ${PKGMANDIR}/cat1
 
 post-extract:



Home | Main Index | Thread Index | Old Index