diff options
author | richard <richard@pkgsrc.org> | 2016-01-10 06:49:33 +0000 |
---|---|---|
committer | richard <richard@pkgsrc.org> | 2016-01-10 06:49:33 +0000 |
commit | 0bab3cb535aa816e5b9262a1e2422c1bf83efa26 (patch) | |
tree | 3ce0d776e320f8c18546e0c5db4de75485a18367 | |
parent | 5a9dc775d095995339f06f2d1ed5b4728c7f290a (diff) | |
download | pkgsrc-0bab3cb535aa816e5b9262a1e2422c1bf83efa26.tar.gz |
use of option noyywrap needs real flex not lex tool in openslp
-rw-r--r-- | net/openslp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openslp/Makefile b/net/openslp/Makefile index 00f1f128972..95ecc8f8dfb 100644 --- a/net/openslp/Makefile +++ b/net/openslp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2014/12/30 15:13:20 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2016/01/10 06:49:33 richard Exp $ DISTNAME= openslp-1.2.1 PKGREVISION= 7 @@ -9,7 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.openslp.org/ COMMENT= Open-source implementation of the Service Location Protocol -USE_TOOLS+= automake bison lex pax +USE_TOOLS+= automake bison flex pax USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} |