summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-12-02 08:32:23 +0000
committerrillig <rillig@pkgsrc.org>2007-12-02 08:32:23 +0000
commitf338d15c2455aef74c106f0ca145983344eab90d (patch)
treebfd46524f45d2cc9e2ed602dc026ec5fb4800ff5 /wm
parent8a439171451ec097e47403c9542494202e0049d2 (diff)
downloadpkgsrc-f338d15c2455aef74c106f0ca145983344eab90d.tar.gz
Some more packages need lex and yacc. Patch by Aleksey Cheusov on
pkgsrc-users.
Diffstat (limited to 'wm')
-rw-r--r--wm/amiwm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/amiwm/Makefile b/wm/amiwm/Makefile
index 8a744234886..af791dcd4ff 100644
--- a/wm/amiwm/Makefile
+++ b/wm/amiwm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2007/07/31 10:35:09 joerg Exp $
+# $NetBSD: Makefile,v 1.20 2007/12/02 08:32:25 rillig Exp $
#
DISTNAME= amiwm0.20pl48
@@ -16,7 +16,7 @@ RESTRICTED= Restrictive copyright (non-commerical use only)
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
-USE_TOOLS+= ksh:run
+USE_TOOLS+= ksh:run yacc lex
REPLACE_KSH= Xsession.in Xsession2.in
.include "../../mk/bsd.prefs.mk"