diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-22 20:28:47 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-22 20:28:47 +0000 |
commit | 6a6cd5f01fe868efc05172603f50ca80b9d438a2 (patch) | |
tree | 241d2823c401d78f7a7f1c2fef687b213864c459 /devel/hdf | |
parent | 6a44e12a0bbb906af03439cb5910a712ce0609be (diff) | |
download | pkgsrc-6a6cd5f01fe868efc05172603f50ca80b9d438a2.tar.gz |
Replace explicit build dependencies on bison and manipulations on the
YACC variable with USE_TOOLS+=bison.
Diffstat (limited to 'devel/hdf')
-rw-r--r-- | devel/hdf/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/hdf/Makefile b/devel/hdf/Makefile index dc9e1de0e0b..80767fefb11 100644 --- a/devel/hdf/Makefile +++ b/devel/hdf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2005/05/22 20:07:52 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2005/05/22 20:28:47 jlam Exp $ DISTNAME= HDF4.2r1 PKGNAME= hdf-4.2r1 @@ -9,9 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://hdf.ncsa.uiuc.edu/hdf4.html COMMENT= NCSA Hierarchical Data Format -#BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison -#YACC= ${PREFIX}/bin/bison - +#USE_TOOLS+= bison USE_TOOLS+= gmake USE_LANGUAGES= c fortran GNU_CONFIGURE= yes |