diff options
author | dholland <dholland> | 2012-04-13 05:46:44 +0000 |
---|---|---|
committer | dholland <dholland> | 2012-04-13 05:46:44 +0000 |
commit | 4abb2b4f2039252c82d026b19e9c22ea920d1419 (patch) | |
tree | 8a03cb85412985bed53a2d8953898a12bab0ecdd /lang/joos | |
parent | 44e1b5f0e9c4b4e2555e50d9e645f00a07c1e471 (diff) | |
download | pkgsrc-4abb2b4f2039252c82d026b19e9c22ea920d1419.tar.gz |
USE_TOOLS += yacc.
Diffstat (limited to 'lang/joos')
-rw-r--r-- | lang/joos/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/joos/Makefile b/lang/joos/Makefile index 18ce51d0b70..9f789b7803f 100644 --- a/lang/joos/Makefile +++ b/lang/joos/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2011/03/11 12:39:00 zafer Exp $ +# $NetBSD: Makefile,v 1.15 2012/04/13 05:46:44 dholland Exp $ # DISTNAME= joos-0.2 @@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no USE_JAVA= run -USE_TOOLS+= pax +USE_TOOLS+= pax yacc do-install: ${INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/joos |