pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gsoap Needs flex for build. From Jon Olsson in P...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/047e9624d809
branches:  trunk
changeset: 518069:047e9624d809
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Aug 30 15:51:15 2006 +0000

description:
Needs flex for build. From Jon Olsson in PR 34380.

diffstat:

 devel/gsoap/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 957afd8cb5cb -r 047e9624d809 devel/gsoap/Makefile
--- a/devel/gsoap/Makefile      Wed Aug 30 15:34:34 2006 +0000
+++ b/devel/gsoap/Makefile      Wed Aug 30 15:51:15 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2006/07/22 04:46:15 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2006/08/30 15:51:15 joerg Exp $
 
 DISTNAME=              gsoap_2.7.7
 PKGNAME=               gsoap-2.7.7
@@ -12,7 +12,7 @@
 WRKSRC=                        ${WRKDIR}/gsoap-2.7
 GNU_CONFIGURE=         yes
 USE_LANGUAGES=         c c++
-USE_TOOLS+=            yacc
+USE_TOOLS+=            yacc flex
 
 PKGCONFIG_OVERRIDE+=   ${WRKSRC}/gsoap++.pc.in
 PKGCONFIG_OVERRIDE+=   ${WRKSRC}/gsoap.pc.in



Home | Main Index | Thread Index | Old Index