diff options
author | asau <asau@pkgsrc.org> | 2009-12-03 12:48:37 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2009-12-03 12:48:37 +0000 |
commit | bad6bfba07ecf8acbf0158766e92600194084531 (patch) | |
tree | 928317dc1a7e29c253f9ba2d259b6c26489e3c08 /lang/f2c/Makefile | |
parent | 8b002a5cb3870a166e15882dfdc13e8ea202dc27 (diff) | |
download | pkgsrc-bad6bfba07ecf8acbf0158766e92600194084531.tar.gz |
Restore YACC dependency lost during previous update.
Diffstat (limited to 'lang/f2c/Makefile')
-rw-r--r-- | lang/f2c/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/f2c/Makefile b/lang/f2c/Makefile index 9514c094f0d..2ead90b8509 100644 --- a/lang/f2c/Makefile +++ b/lang/f2c/Makefile @@ -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 @@ WRKSRC= ${WRKDIR}/f2c BUILD_DIRS= src USE_BSD_MAKEFILE= yes +USE_TOOLS+= yacc INSTALLATION_DIRS= bin share/doc/f2c ${PKGMANDIR}/man1 ${PKGMANDIR}/cat1 post-extract: |