pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/synergy fix typo



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d93c898d5e17
branches:  trunk
changeset: 371262:d93c898d5e17
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri Jan 07 23:06:19 2022 +0000

description:
fix typo

diffstat:

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

diffs (18 lines):

diff -r 461b2a7b0dc3 -r d93c898d5e17 net/synergy/Makefile
--- a/net/synergy/Makefile      Fri Jan 07 23:04:02 2022 +0000
+++ b/net/synergy/Makefile      Fri Jan 07 23:06:19 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2022/01/07 23:02:48 tnn Exp $
+# $NetBSD: Makefile,v 1.71 2022/01/07 23:06:19 tnn Exp $
 
 DISTNAME=              synergy-core-1.14.2.36
 PKGNAME=               ${DISTNAME:S/-core//}
@@ -22,7 +22,7 @@
 USE_LANGUAGES=         c c++11
 USE_CMAKE=             yes
 CMAKE_ARGS+=           -DSYNERGY_BUILD_LEGACY_GUI=OFF
-CMAKE_ARGS+=           -DSYNERGYC_BUILD_LEGACY_INSTALLER=OFF
+CMAKE_ARGS+=           -DSYNERGY_BUILD_LEGACY_INSTALLER=OFF
 
 CONFIGURE_ENV+=                GIT_COMMIT=c6918b74
 



Home | Main Index | Thread Index | Old Index