diff options
author | dholland <dholland@pkgsrc.org> | 2012-06-18 03:42:25 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-06-18 03:42:25 +0000 |
commit | 6b465364a6b0890a43aa5abc0fe0986f7d56ee69 (patch) | |
tree | 506792203e95db210034513ae946542135b89330 /devel | |
parent | de30210b5365ea6dce5a5f5afbe8ff5b6ed555fe (diff) | |
download | pkgsrc-6b465364a6b0890a43aa5abc0fe0986f7d56ee69.tar.gz |
Needs yacc; seen in the Linux build report.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/spin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/spin/Makefile b/devel/spin/Makefile index 39c5534a105..6a2ce91b629 100644 --- a/devel/spin/Makefile +++ b/devel/spin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/10/24 18:54:12 agc Exp $ +# $NetBSD: Makefile,v 1.2 2012/06/18 03:42:25 dholland Exp $ DISTNAME= spin525 PKGNAME= spin-5.2.5 @@ -14,6 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 WRKSRC= ${WRKDIR}/Spin/Src5.2.5 +USE_TOOLS+= yacc MAKE_FILE= makefile BUILD_TARGET= spin |