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 /devel/cunit/Makefile | |
parent | e7ee17a49352c80291065bee82fea7db2a5c5c04 (diff) | |
download | ports-1a5360ce2d1e8888318de825936a752ec1dd6b3c.tar.gz ports-1a5360ce2d1e8888318de825936a752ec1dd6b3c.zip |
Notes
Diffstat (limited to 'devel/cunit/Makefile')
-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 |