diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-08 15:26:43 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-08 15:26:43 +0000 |
commit | 6c65aa34e4e91dc7e6d354d26035f67b3a9b2371 (patch) | |
tree | 226a1cafa55b55e5e4b78983809ec78b80c55140 /devel/libproplist | |
parent | 802ebd80d60b0c5bb170c6e966df99600c0162f9 (diff) | |
download | pkgsrc-6c65aa34e4e91dc7e6d354d26035f67b3a9b2371.tar.gz |
USE_TOOLS+=lex
Diffstat (limited to 'devel/libproplist')
-rw-r--r-- | devel/libproplist/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libproplist/Makefile b/devel/libproplist/Makefile index f09b7e0caec..0fb7b49441e 100644 --- a/devel/libproplist/Makefile +++ b/devel/libproplist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/03/04 21:29:17 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2006/06/08 15:26:43 minskim Exp $ DISTNAME= libPropList-0.10.1 PKGNAME= libproplist-0.10.1 @@ -11,6 +11,7 @@ COMMENT= GNUstep/OPENSTEP property lists compatibility library GNU_CONFIGURE= yes USE_LIBTOOL= yes +USE_TOOLS+= lex LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig post-install: |