diff options
author | leot <leot@pkgsrc.org> | 2018-01-24 12:17:43 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2018-01-24 12:17:43 +0000 |
commit | 6dc15f7d71c1100a02471e8f46630c93c6d08236 (patch) | |
tree | 3557c21dd2f307e31fd5f8071bd882f4c9a7e4cf /www/curl | |
parent | bef58bdbea74b872a49af64fed2a4a9cd633b324 (diff) | |
download | pkgsrc-6dc15f7d71c1100a02471e8f46630c93c6d08236.tar.gz |
curl: Delete if-def block regarding TEST_TARGET and test dependencies
Define TEST_TARGET unconditionally and do not add `perl' to USE_TOOLS, `perl'
is already needed as tool.
Diffstat (limited to 'www/curl')
-rw-r--r-- | www/curl/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile index 6edf9600163..e71a8d1be63 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.192 2018/01/24 07:57:19 wiz Exp $ +# $NetBSD: Makefile,v 1.193 2018/01/24 12:17:43 leot Exp $ DISTNAME= curl-7.58.0 CATEGORIES= www @@ -26,10 +26,7 @@ INSTALLATION_DIRS= share/doc/curl .include "../../mk/bsd.prefs.mk" -.if !empty(PKGSRC_RUN_TEST:M[Yy][Ee][Ss]) TEST_TARGET= check -USE_TOOLS+= perl -.endif .include "options.mk" |