diff options
author | asau <asau> | 2009-12-03 12:48:37 +0000 |
---|---|---|
committer | asau <asau> | 2009-12-03 12:48:37 +0000 |
commit | 717f5fc6c9db0357714762bb2de8edac4d068a7a (patch) | |
tree | 928317dc1a7e29c253f9ba2d259b6c26489e3c08 | |
parent | 00a797359341dd5b83bd6e536c4e525797e75176 (diff) | |
download | pkgsrc-717f5fc6c9db0357714762bb2de8edac4d068a7a.tar.gz |
Restore YACC dependency lost during previous update.
-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: |