summaryrefslogtreecommitdiff
path: root/devel/splint
diff options
context:
space:
mode:
authorrichard <richard@pkgsrc.org>2013-05-04 19:48:00 +0000
committerrichard <richard@pkgsrc.org>2013-05-04 19:48:00 +0000
commit80f4b4e48ee1411c7aa68e54ab7a8da9382eb28d (patch)
treeae2f36b11d6428b9e7c94e0a8cd7e5d23508043a /devel/splint
parentfa5e95c89afd079a02feabb961146c813692a343 (diff)
downloadpkgsrc-80f4b4e48ee1411c7aa68e54ab7a8da9382eb28d.tar.gz
Set LICENSE to gnu-gpl-v2 and fix modern solaris builds with c99
Diffstat (limited to 'devel/splint')
-rw-r--r--devel/splint/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/splint/Makefile b/devel/splint/Makefile
index 12ad90c65ee..102495bb5dd 100644
--- a/devel/splint/Makefile
+++ b/devel/splint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2012/10/31 11:19:47 asau Exp $
+# $NetBSD: Makefile,v 1.19 2013/05/04 19:48:00 richard Exp $
#
DISTNAME= splint-3.1.2.src
@@ -10,11 +10,13 @@ EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://lclint.cs.virginia.edu/
COMMENT= Statically check C programs
+LICENSE= gnu-gpl-v2
MAKE_JOBS_SAFE= no
USE_TOOLS+= gmake lex
GNU_CONFIGURE= YES
+USE_LANGUAGES= c99
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}