summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortnn <tnn>2016-08-16 18:47:02 +0000
committertnn <tnn>2016-08-16 18:47:02 +0000
commit09454712417cf0acc459761b7c86032d252b9c98 (patch)
tree106af71632f09257a12e880ce51bb3d6fa4b90b1 /net
parent426643f40ecf82e6ebf8a51d6c05f2fc4224d1c3 (diff)
downloadpkgsrc-09454712417cf0acc459761b7c86032d252b9c98.tar.gz
drop obsolete EXTRACT_USING=bsdtar; the package uses github distribution
Diffstat (limited to 'net')
-rw-r--r--net/synergy/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/synergy/Makefile b/net/synergy/Makefile
index 894b4a3a640..b92e60dec8f 100644
--- a/net/synergy/Makefile
+++ b/net/synergy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2016/08/16 18:36:01 tnn Exp $
+# $NetBSD: Makefile,v 1.34 2016/08/16 18:47:02 tnn Exp $
DISTNAME= synergy-1.8.2
CATEGORIES= net x11
@@ -10,10 +10,9 @@ HOMEPAGE= http://synergy-project.org/
COMMENT= Let a user share a mouse and keyboard among computers
LICENSE= gnu-gpl-v2
-EXTRACT_USING= bsdtar
USE_LANGUAGES= c c++
USE_TOOLS+= unzip
-# Main configuration is cmake, but subdirectories are gnu configure.
+# Main configuration is CMake, but subdirectories are GNU configure.
# We need to set GNU_CONFIGURE=yes for config.{guess,sub} overrides to kick in.
# Fortunately for us, cmake seems to take precedence in infrastructure.
USE_CMAKE= yes