pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/libproxy libproxy: Doesn't need gmake



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9663c132b220
branches:  trunk
changeset: 426176:9663c132b220
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Mar 27 08:54:47 2020 +0000

description:
libproxy: Doesn't need gmake

diffstat:

 www/libproxy/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r bc6e20dd5008 -r 9663c132b220 www/libproxy/Makefile
--- a/www/libproxy/Makefile     Fri Mar 27 08:45:26 2020 +0000
+++ b/www/libproxy/Makefile     Fri Mar 27 08:54:47 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2020/01/18 23:35:44 rillig Exp $
+# $NetBSD: Makefile,v 1.33 2020/03/27 08:54:47 nia Exp $
 
 DISTNAME=      libproxy-0.4.15
 CATEGORIES=    www gnome
@@ -11,7 +11,8 @@
 
 USE_CMAKE=     yes
 USE_LANGUAGES= c99 c++03
-USE_TOOLS+=    pkg-config gmake
+USE_TOOLS+=    pkg-config
+
 CMAKE_ARGS+=   -DWITH_PERL:BOOL=OFF
 CMAKE_ARGS+=   -DWITH_PYTHON2:BOOL=OFF
 CMAKE_ARGS+=   -DWITH_PYTHON3:BOOL=OFF



Home | Main Index | Thread Index | Old Index