diff options
author | tnn <tnn@pkgsrc.org> | 2016-08-16 18:47:02 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2016-08-16 18:47:02 +0000 |
commit | ea21ac99cf71fc0fa12306ecb0845abcafa7da06 (patch) | |
tree | c60013b7dd247b3da18d5d0efcd8256facdbdb6b /net/synergy | |
parent | 2df6dbc0892748277842bfe946d6a747b2429e61 (diff) | |
download | pkgsrc-ea21ac99cf71fc0fa12306ecb0845abcafa7da06.tar.gz |
drop obsolete EXTRACT_USING=bsdtar; the package uses github distribution
Diffstat (limited to 'net/synergy')
-rw-r--r-- | net/synergy/Makefile | 5 |
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 |