pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/hdf USE_TOOLS+=yacc



details:   https://anonhg.NetBSD.org/pkgsrc/rev/10e5cb4cab6b
branches:  trunk
changeset: 514258:10e5cb4cab6b
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Jun 09 15:59:36 2006 +0000

description:
USE_TOOLS+=yacc

diffstat:

 devel/hdf/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 31892ae30668 -r 10e5cb4cab6b devel/hdf/Makefile
--- a/devel/hdf/Makefile        Fri Jun 09 15:58:39 2006 +0000
+++ b/devel/hdf/Makefile        Fri Jun 09 15:59:36 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2006/03/04 21:29:15 jlam Exp $
+# $NetBSD: Makefile,v 1.27 2006/06/09 15:59:36 minskim Exp $
 
 DISTNAME=      HDF4.2r1
 PKGNAME=       hdf-4.2r1
@@ -11,7 +11,7 @@
 COMMENT=       NCSA Hierarchical Data Format
 
 #USE_TOOLS+=           bison
-USE_TOOLS+=            gmake
+USE_TOOLS+=            gmake yacc
 USE_LANGUAGES=         c fortran
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --includedir=${PREFIX}/include/hdf



Home | Main Index | Thread Index | Old Index