pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/openslp add lex to the list of gnu tools. Needed ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ad0c2f30575
branches:  trunk
changeset: 490689:8ad0c2f30575
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Thu Mar 17 22:49:12 2005 +0000

description:
add lex to the list of gnu tools.  Needed for solaris

diffstat:

 net/openslp/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c88225e92d78 -r 8ad0c2f30575 net/openslp/Makefile
--- a/net/openslp/Makefile      Thu Mar 17 22:49:09 2005 +0000
+++ b/net/openslp/Makefile      Thu Mar 17 22:49:12 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2005/03/06 04:28:55 minskim Exp $
+# $NetBSD: Makefile,v 1.23 2005/03/17 22:49:12 dmcmahill Exp $
 
 DISTNAME=      openslp-1.2.0
 PKGREVISION=   1
@@ -13,7 +13,7 @@
 # PKG_INSTALLATION_TYPES=      overwrite pkgviews
 
 USE_BUILDLINK3=                yes
-USE_GNU_TOOLS+=                yacc
+USE_GNU_TOOLS+=                yacc lex
 USE_PKGINSTALL=                yes
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index