pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/synergy synergy: needs pkg-config



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f9291907797
branches:  trunk
changeset: 375796:4f9291907797
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Mar 27 02:10:15 2022 +0000

description:
synergy: needs pkg-config

diffstat:

 net/synergy/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5b6c0d9df790 -r 4f9291907797 net/synergy/Makefile
--- a/net/synergy/Makefile      Sun Mar 27 02:06:44 2022 +0000
+++ b/net/synergy/Makefile      Sun Mar 27 02:10:15 2022 +0000
@@ -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 @@
 
 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