diff options
author | dsainty <dsainty@pkgsrc.org> | 2009-12-01 10:09:17 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2009-12-01 10:09:17 +0000 |
commit | addb59870b6484ec6219a23ed6339ba5597d100f (patch) | |
tree | c78e2abed9b1ee41226a9a14cf729838fd374a43 /lang/f2c | |
parent | fe8bf0b07814b50dabbac188c178b2db1ec18213 (diff) | |
download | pkgsrc-addb59870b6484ec6219a23ed6339ba5597d100f.tar.gz |
USE_TOOLS+=yacc - For building in semi bovine-free environments.
Diffstat (limited to 'lang/f2c')
-rw-r--r-- | lang/f2c/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/f2c/Makefile b/lang/f2c/Makefile index 07a73f47fc3..88ff1bbc58c 100644 --- a/lang/f2c/Makefile +++ b/lang/f2c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2009/11/22 12:52:53 asau Exp $ +# $NetBSD: Makefile,v 1.48 2009/12/01 10:09:17 dsainty Exp $ DISTNAME= f2c-20090411 CATEGORIES= lang @@ -27,7 +27,7 @@ CONFLICTS= egcs-current-19980608 WRKSRC= ${WRKDIR}/f2c USE_LIBTOOL= yes -USE_TOOLS+= unzip +USE_TOOLS+= yacc unzip USE_BSD_MAKEFILE= yes MAKE_FLAGS= LIBF2CSRCDIR='$$(.CURDIR)/libf2c' MKLTARCHIVE=yes |