summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorrillig <rillig>2007-12-02 08:32:23 +0000
committerrillig <rillig>2007-12-02 08:32:23 +0000
commit6819eec75f491451db9801dfe512ec3698ced0fd (patch)
treebfd46524f45d2cc9e2ed602dc026ec5fb4800ff5 /wm
parentb382acf774afce967f4081bd6c3c4f5337152817 (diff)
downloadpkgsrc-6819eec75f491451db9801dfe512ec3698ced0fd.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"