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 | 3b2b470f67ecb48aaad694b73b3d8c4b9e5ce126 (patch) | |
tree | bfd46524f45d2cc9e2ed602dc026ec5fb4800ff5 /wm | |
parent | 4fda86bb4900c6ed22c311ecfe261de943f73f85 (diff) | |
download | pkgsrc-3b2b470f67ecb48aaad694b73b3d8c4b9e5ce126.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/Makefile | 4 |
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" |