pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/ser Need flex and yacc in USE_TOOLS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d73222505578
branches:  trunk
changeset: 502660:d73222505578
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Nov 08 02:20:07 2005 +0000

description:
Need flex and yacc in USE_TOOLS.

diffstat:

 chat/ser/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2de2cc61e1eb -r d73222505578 chat/ser/Makefile
--- a/chat/ser/Makefile Tue Nov 08 01:32:56 2005 +0000
+++ b/chat/ser/Makefile Tue Nov 08 02:20:07 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/09/08 18:13:48 drochner Exp $
+# $NetBSD: Makefile,v 1.17 2005/11/08 02:20:07 tv Exp $
 #
 
 DISTNAME=      ser-0.8.14_src
@@ -12,7 +12,7 @@
 
 WRKSRC=                ${WRKDIR}/ser-0.8.14
 
-USE_TOOLS+=    gmake
+USE_TOOLS+=    flex gmake yacc
 USE_PKGINSTALL=        yes
 
 PKG_SYSCONFSUBDIR=     ser



Home | Main Index | Thread Index | Old Index