aboutsummaryrefslogtreecommitdiff
path: root/sysutils/clsync
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2016-01-03 10:14:09 +0000
committerPawel Pekala <pawel@FreeBSD.org>2016-01-03 10:14:09 +0000
commit21eb7ab930eecf98b9d17e33540433361551bbb4 (patch)
treea3b6d1a10089898fe377ef8ab33eee805e768913 /sysutils/clsync
parent57f9350535099ecc9e2256f5cb0c4f6726c8affd (diff)
downloadports-21eb7ab930eecf98b9d17e33540433361551bbb4.tar.gz
ports-21eb7ab930eecf98b9d17e33540433361551bbb4.zip
- Switch to our framework's USES=execinfo
- Add EXECINFO_LDFLAGS to LDFLAGS so that libexecinfo can be found by configure script on FreeBSD 9.x where libexecinfo comes from ports PR: 205383 Submitted by: myself Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=405124
Diffstat (limited to 'sysutils/clsync')
-rw-r--r--sysutils/clsync/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/clsync/Makefile b/sysutils/clsync/Makefile
index 9952a4154131..5e65e3e517cb 100644
--- a/sysutils/clsync/Makefile
+++ b/sysutils/clsync/Makefile
@@ -11,12 +11,12 @@ COMMENT= Live file sync daemon based on inotify, written in GNU C
LICENSE= GPLv3
-LIB_DEPENDS= libinotify.so:${PORTSDIR}/devel/libinotify \
- libexecinfo.so:${PORTSDIR}/devel/libexecinfo
+LIB_DEPENDS= libinotify.so:${PORTSDIR}/devel/libinotify
GNU_CONFIGURE= yes
-USES= autoreconf compiler:features gmake libtool pkgconfig
+USES= autoreconf compiler:features execinfo gmake libtool pkgconfig
USE_GNOME= glib20
+LDFLAGS+= ${EXECINFO_LDFLAGS}
USE_RC_SUBR= clsync