pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/libproxy



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Mar 27 08:54:47 UTC 2020

Modified Files:
        pkgsrc/www/libproxy: Makefile

Log Message:
libproxy: Doesn't need gmake


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/www/libproxy/Makefile

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

Modified files:

Index: pkgsrc/www/libproxy/Makefile
diff -u pkgsrc/www/libproxy/Makefile:1.32 pkgsrc/www/libproxy/Makefile:1.33
--- pkgsrc/www/libproxy/Makefile:1.32   Sat Jan 18 23:35:44 2020
+++ pkgsrc/www/libproxy/Makefile        Fri Mar 27 08:54:47 2020
@@ -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 @@ LICENSE=      gnu-lgpl-v2.1
 
 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