diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-29 23:09:42 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-29 23:09:42 +0800 |
commit | dc9bbc20a7e0f17bd98a4260c6a3e827fc984cc3 (patch) | |
tree | 011775022245fb62b7480f74945534657ddc0d32 /devel/c-unit | |
parent | 8bcb34b6a41fbce7d2d7e64efc303fa9f1204f81 (diff) | |
download | freebsd-ports-gnome-dc9bbc20a7e0f17bd98a4260c6a3e827fc984cc3.tar.gz freebsd-ports-gnome-dc9bbc20a7e0f17bd98a4260c6a3e827fc984cc3.tar.zst freebsd-ports-gnome-dc9bbc20a7e0f17bd98a4260c6a3e827fc984cc3.zip |
- Convert gmake, bzip2 to USES
Approved by: portmgr
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 |