diff options
author | swills <swills@FreeBSD.org> | 2017-12-15 10:09:37 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2017-12-15 10:09:37 +0800 |
commit | 712003e025287b1afd8011f86532b0c3090b03db (patch) | |
tree | 274c53fe4dd252c0479f8096e56266896fe81afa /sysutils/synergy/Makefile | |
parent | c9bed832af585dc03525620fd974b88d2e531534 (diff) | |
download | freebsd-ports-gnome-712003e025287b1afd8011f86532b0c3090b03db.tar.gz freebsd-ports-gnome-712003e025287b1afd8011f86532b0c3090b03db.tar.zst freebsd-ports-gnome-712003e025287b1afd8011f86532b0c3090b03db.zip |
sysutils/synergy: fix fetch
PR: 223948
Approved by: kevlo (maintainer timeout, >2 weeks)
Diffstat (limited to 'sysutils/synergy/Makefile')
-rw-r--r-- | sysutils/synergy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/synergy/Makefile b/sysutils/synergy/Makefile index c4e264d8f6d4..b050694dbda8 100644 --- a/sysutils/synergy/Makefile +++ b/sysutils/synergy/Makefile @@ -20,6 +20,7 @@ CPE_VENDOR= synergy-foss USE_XORG= ice xtst x11 sm xext xinerama xrandr xi USE_GITHUB= yes GH_ACCOUNT= symless +GH_PROJECT= synergy-core CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib |