aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorml@netfence.it <ml@netfence.it>2022-10-14 14:59:08 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-10-14 14:59:08 +0000
commit9c91cdb96cd57ed8ef496735848652b799c2dfb2 (patch)
tree799e6dc92b08f8199bcf49e3056c5161c9aa3f9a
parent43f3ca957a2f18d86c4a7a53c40b0b457074b2c7 (diff)
downloadports-9c91cdb96cd57ed8ef496735848652b799c2dfb2.tar.gz
ports-9c91cdb96cd57ed8ef496735848652b799c2dfb2.zip
sysutils/synergy: Fix build sysutils/synergy without AVAHI_LIBDNS option
PR: 267019
-rw-r--r--sysutils/synergy/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/synergy/Makefile b/sysutils/synergy/Makefile
index dc0303751889..bb0e89937935 100644
--- a/sysutils/synergy/Makefile
+++ b/sysutils/synergy/Makefile
@@ -15,7 +15,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
libnotify.so:devel/libnotify \
libxkbfile.so:x11/libxkbfile
-USES= cmake compiler:c++14-lang cpe gnome localbase:ldflags qt:5 ssl xorg
+USES= cmake compiler:c++14-lang cpe gnome localbase:ldflags pkgconfig qt:5 ssl xorg
CPE_VENDOR= synergy-foss
USE_QT= core dbus network widgets buildtools:build linguisttools:build qmake:build
USE_GNOME= gdkpixbuf2 glib20
@@ -39,7 +39,6 @@ OPTIONS_DEFAULT= AVAHI_LIBDNS
OPTIONS_SUB= yes
AVAHI_LIBDNS_DESC= Use libdns from avahi to avoid conflicts with KDE/Gnome
-AVAHI_LIBDNS_USES= pkgconfig
AVAHI_LIBDNS_CFLAGS= `pkg-config --cflags avahi-compat-libdns_sd`
AVAHI_LIBDNS_LDFLAGS= `pkg-config --libs avahi-compat-libdns_sd`
AVAHI_LIBDNS_LIB_DEPENDS= libdns_sd.so:net/avahi-libdns