aboutsummaryrefslogtreecommitdiff
path: root/sysutils/plasma5-ksysguard/Makefile
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-06-24 18:10:55 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-06-24 18:10:55 +0000
commit05db3032e95496145e294e7fdc8d7edf6afeb3b2 (patch)
treeba3f372ab07ff6d70d39f55151fdf0405811d7ef /sysutils/plasma5-ksysguard/Makefile
parentd107b64944b61fe97ea72230584f4bf3df895362 (diff)
downloadports-05db3032e95496145e294e7fdc8d7edf6afeb3b2.tar.gz
ports-05db3032e95496145e294e7fdc8d7edf6afeb3b2.zip
sysutils/plasma5-ksysguard: fix build with GCC-based architectures
Link with libinotify explicitly to fix linking on GCC architectures. PR: 238702 Approved by: tcberner (maintainer, mentor)
Notes
Notes: svn path=/head/; revision=505045
Diffstat (limited to 'sysutils/plasma5-ksysguard/Makefile')
-rw-r--r--sysutils/plasma5-ksysguard/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/plasma5-ksysguard/Makefile b/sysutils/plasma5-ksysguard/Makefile
index 926ab67df4a6..fa0af478c6de 100644
--- a/sysutils/plasma5-ksysguard/Makefile
+++ b/sysutils/plasma5-ksysguard/Makefile
@@ -23,5 +23,6 @@ OPTIONS_SUB= yes
INOTIFY_DESC= Filesystem alteration notifications using inotify
INOTIFY_LIB_DEPENDS= libinotify.so:devel/libinotify
+INOTIFY_LDFLAGS= -linotify
.include <bsd.port.mk>