diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-29 15:09:42 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-29 15:09:42 +0000 |
commit | d0404ab4ed7dcc1d4590c571e2eceea31f6dcee3 (patch) | |
tree | 011775022245fb62b7480f74945534657ddc0d32 /devel/c-unit | |
parent | db2b509ec3aee21f81408f17e7b7b7113641ef44 (diff) | |
download | ports-d0404ab4ed7dcc1d4590c571e2eceea31f6dcee3.tar.gz ports-d0404ab4ed7dcc1d4590c571e2eceea31f6dcee3.zip |
Notes
Diffstat (limited to 'devel/c-unit')
-rw-r--r-- | devel/c-unit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/c-unit/Makefile b/devel/c-unit/Makefile index 5f363236a89e..2bca33172d4e 100644 --- a/devel/c-unit/Makefile +++ b/devel/c-unit/Makefile @@ -12,7 +12,7 @@ COMMENT= Unit testing framework for C CONFLICTS= cunit-[0-9]* GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_AUTOTOOLS= autoheader USE_LDCONFIG= yes |