diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-08 15:56:43 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-08 15:56:43 +0000 |
commit | 8b4e0fdd85b619340f6bd66700fd1366e9662af9 (patch) | |
tree | 0063423c85679e39bff38756f067093ecf46c5d2 | |
parent | c1d1d6deefd2a083782d428bb8e4cf318ae1432d (diff) | |
download | pkgsrc-8b4e0fdd85b619340f6bd66700fd1366e9662af9.tar.gz |
USE_TOOLS+=lex
-rw-r--r-- | devel/splint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/splint/Makefile b/devel/splint/Makefile index 254e865ba91..3141624a417 100644 --- a/devel/splint/Makefile +++ b/devel/splint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/03/04 21:29:30 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2006/06/08 15:56:43 minskim Exp $ # VERSION= 3.1.1 @@ -14,7 +14,7 @@ HOMEPAGE= http://lclint.cs.virginia.edu/ COMMENT= Statically check C programs WRKSRC= ${WRKDIR}/splint-${VERSION} -USE_TOOLS+= gmake +USE_TOOLS+= gmake lex GNU_CONFIGURE= YES post-install: |