diff options
author | rillig <rillig@pkgsrc.org> | 2007-12-02 08:32:23 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-12-02 08:32:23 +0000 |
commit | f338d15c2455aef74c106f0ca145983344eab90d (patch) | |
tree | bfd46524f45d2cc9e2ed602dc026ec5fb4800ff5 /shells | |
parent | 8a439171451ec097e47403c9542494202e0049d2 (diff) | |
download | pkgsrc-f338d15c2455aef74c106f0ca145983344eab90d.tar.gz |
Some more packages need lex and yacc. Patch by Aleksey Cheusov on
pkgsrc-users.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/es/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shells/es/Makefile b/shells/es/Makefile index 5e51bb7f418..07b23045076 100644 --- a/shells/es/Makefile +++ b/shells/es/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2007/08/04 12:33:45 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2007/12/02 08:32:25 rillig Exp $ DISTNAME= es-0.9-alpha1 PKGNAME= es-0.9a1 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://hawkwind.cs.toronto.edu:8001/mlists/es.html COMMENT= Extensible shell, derived from plan9's rc +USE_TOOLS+= yacc + PKG_SHELL= bin/es SUBST_CLASSES= path |