pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/uwm Need yacc to build, reported by Aleksey Cheusov...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ffa872669dc
branches:  trunk
changeset: 533843:9ffa872669dc
user:      obache <obache%pkgsrc.org@localhost>
date:      Wed Oct 03 07:55:24 2007 +0000

description:
Need yacc to build, reported by Aleksey Cheusov in pkgsrc-users@.

diffstat:

 wm/uwm/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2caefe85f48d -r 9ffa872669dc wm/uwm/Makefile
--- a/wm/uwm/Makefile   Tue Oct 02 23:06:16 2007 +0000
+++ b/wm/uwm/Makefile   Wed Oct 03 07:55:24 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/12/27 13:37:41 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2007/10/03 07:55:24 obache Exp $
 
 DISTNAME=      X.V11R3uwm
 PKGNAME=       uwm-19881027
@@ -12,6 +12,7 @@
 
 WRKSRC=                ${WRKDIR}/X.V11R3/clients/uwm
 USE_IMAKE=     yes
+USE_TOOLS+=    yacc
 
 post-patch:
        if [ ! -f ${WRKSRC}/uwm.man.src ]; then                 \



Home | Main Index | Thread Index | Old Index