pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/synergy



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Mar 27 02:10:16 UTC 2022

Modified Files:
        pkgsrc/net/synergy: Makefile

Log Message:
synergy: needs pkg-config


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/net/synergy/Makefile

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

Modified files:

Index: pkgsrc/net/synergy/Makefile
diff -u pkgsrc/net/synergy/Makefile:1.73 pkgsrc/net/synergy/Makefile:1.74
--- pkgsrc/net/synergy/Makefile:1.73    Mon Mar 14 11:40:08 2022
+++ pkgsrc/net/synergy/Makefile Sun Mar 27 02:10:15 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2022/03/14 11:40:08 tnn Exp $
+# $NetBSD: Makefile,v 1.74 2022/03/27 02:10:15 tnn Exp $
 
 DISTNAME=              synergy-core-1.14.3.5
 PKGNAME=               ${DISTNAME:S/-core//}
@@ -21,6 +21,7 @@ LICENSE=              gnu-gpl-v2
 
 USE_LANGUAGES=         c c++11
 USE_CMAKE=             yes
+USE_TOOLS+=            pkg-config
 CMAKE_ARGS+=           -DSYNERGY_BUILD_LEGACY_GUI=OFF
 CMAKE_ARGS+=           -DSYNERGY_BUILD_LEGACY_INSTALLER=OFF
 



Home | Main Index | Thread Index | Old Index