diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-29 15:26:37 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-29 15:26:37 +0000 |
commit | 3816a21352bc6186d584ef0a814b414072addc9d (patch) | |
tree | 8565b80630ac73d62aa943987194b0aef4c75c99 /devel/cunit | |
parent | 4359ef1299492741bc6b6174d6d71fd35630b357 (diff) |
Notes
Diffstat (limited to 'devel/cunit')
-rw-r--r-- | devel/cunit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/cunit/Makefile b/devel/cunit/Makefile index 36e348082f9e..61073eb63173 100644 --- a/devel/cunit/Makefile +++ b/devel/cunit/Makefile @@ -12,8 +12,9 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Automated unit testing framework for C LICENSE= LGPL20 +LICENSE_FILE= ${WRKSRC}/COPYING -CONFLICTS= c-unit-[0-9]* +CONFLICTS_INSTALL= c-unit OPTIONS_DEFINE= AUTOMATED BASIC CONSOLE CURSES DEBUG DOCS EXAMPLES MEMTRACE TEST OPTIONS_DEFAULT=AUTOMATED BASIC CONSOLE CURSES DEBUG MEMTRACE TEST |