pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/curl



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Fri Jun  9 12:52:12 UTC 2023

Modified Files:
        pkgsrc/www/curl: Makefile.common

Log Message:
www/curl: Need Perl only for running tests.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/curl/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/curl/Makefile.common
diff -u pkgsrc/www/curl/Makefile.common:1.2 pkgsrc/www/curl/Makefile.common:1.3
--- pkgsrc/www/curl/Makefile.common:1.2 Wed May 31 20:19:46 2023
+++ pkgsrc/www/curl/Makefile.common     Fri Jun  9 12:52:12 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2023/05/31 20:19:46 nikita Exp $
+# $NetBSD: Makefile.common,v 1.3 2023/06/09 12:52:12 riastradh Exp $
 # used by www/libcurl-gnutls/Makefile
 
 DISTNAME=      curl-8.1.2
@@ -18,7 +18,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-impacket-[
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-impacket
 
-USE_TOOLS+=            nroff perl
+USE_TOOLS+=            nroff perl:test
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 # Some systems use bundles instead of directories; this needs configuring



Home | Main Index | Thread Index | Old Index