diff options
author | dholland <dholland@pkgsrc.org> | 2012-05-14 07:42:35 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-05-14 07:42:35 +0000 |
commit | 9da77279e3db223a9ced02534a4b1c3fb3781739 (patch) | |
tree | ab2bcb5a76d70a866d486ad660f83e4d87797cfa /lang/joos | |
parent | 08fdb49250f6a9539aa6841d0a2c46a91a07f3ba (diff) | |
download | pkgsrc-9da77279e3db223a9ced02534a4b1c3fb3781739.tar.gz |
USE_TOOLS+=flex, per latest linux build
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 9f789b7803f..ad7edf4a844 100644 --- a/lang/joos/Makefile +++ b/lang/joos/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2012/04/13 05:46:44 dholland Exp $ +# $NetBSD: Makefile,v 1.16 2012/05/14 07:42:35 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 yacc +USE_TOOLS+= pax yacc flex do-install: ${INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/joos |