From 9cdefe909009ccae4b3ceeac3e1a193cf818ebae Mon Sep 17 00:00:00 2001 From: Benny Siegert Date: Mon, 11 Feb 2019 20:07:03 +0100 Subject: [PATCH] cc65's license is the same as the zlib license. --- cc65/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/cc65/Makefile b/cc65/Makefile index 15473dcdc2..654935011f 100644 --- a/cc65/Makefile +++ b/cc65/Makefile @@ -9,6 +9,7 @@ GITHUB_TAG= V${PKGVERSION_NOREV} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.cc65.org/ COMMENT= C cross compiler for 6502 target systems +LICENSE= zlib MAKE_JOBS_SAFE= no