diff options
| author | Daichi GOTO <daichi@FreeBSD.org> | 2012-04-25 03:23:41 +0000 |
|---|---|---|
| committer | Daichi GOTO <daichi@FreeBSD.org> | 2012-04-25 03:23:41 +0000 |
| commit | 1a5360ce2d1e8888318de825936a752ec1dd6b3c (patch) | |
| tree | e0e4dab2306ceb786556393a21d9a7459722c50e | |
| parent | Add a new port deve/c-unit, A unit testing framework for C (diff) | |
Add a CONFLICT line
Notes
Notes:
svn path=/head/; revision=295444
| -rw-r--r-- | devel/cunit/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/cunit/Makefile b/devel/cunit/Makefile index 6a5b45d73afb..37e0edca76b3 100644 --- a/devel/cunit/Makefile +++ b/devel/cunit/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME:S/^cu/CU/}-${DISTVERSION}-src MAINTAINER= stefan@fh-mainz.de COMMENT= An automated unit testing framework for C +CONFLICTS= c-unit-[0-9]* + WRKSRC= ${WRKDIR}/${PORTNAME:S/^cu/CU/}-${DISTVERSION} DOCSDIR= ${PREFIX}/share/doc/CUnit GNU_CONFIGURE= yes |
