Remove FETCH_USING, not package-setable.
This commit is contained in:
parent
cc888a7e2f
commit
17e9271cdf
1 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2015/03/31 15:11:16 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2015/03/31 22:03:48 wiz Exp $
|
||||
|
||||
DISTNAME= cmocka-1.0.0
|
||||
CATEGORIES= devel
|
||||
|
@ -10,8 +10,6 @@ HOMEPAGE= https://cmocka.org/files/1.0/
|
|||
COMMENT= Unit testing framework for C supporing mock objects
|
||||
LICENSE= apache-2.0
|
||||
|
||||
FETCH_USING= curl
|
||||
|
||||
USE_CMAKE= yes
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build
|
||||
CMAKE_ARG_PATH= ${WRKDIR}/${DISTNAME}
|
||||
|
|
Loading…
Reference in a new issue