aboutsummaryrefslogtreecommitdiff
path: root/devel/dconf/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2020-09-16 09:05:21 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2020-09-16 09:05:21 +0000
commit760bef285c2eecdd7680dcadbedd25390a56ee5c (patch)
tree264e8e71a5db6feb0da5fcf9e531c52dcefdaacc /devel/dconf/Makefile
parent6627567cf1e9b4210b48fd24d93a3d55a1fecb66 (diff)
downloadports-760bef285c2eecdd7680dcadbedd25390a56ee5c.tar.gz
ports-760bef285c2eecdd7680dcadbedd25390a56ee5c.zip
Update to 0.38
Limit binutils dependencies to system where the base linked is the old binutils (2.17)
Notes
Notes: svn path=/head/; revision=548771
Diffstat (limited to 'devel/dconf/Makefile')
-rw-r--r--devel/dconf/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/dconf/Makefile b/devel/dconf/Makefile
index e64e59ae8f6a..5dade5335987 100644
--- a/devel/dconf/Makefile
+++ b/devel/dconf/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= dconf
-PORTVERSION= 0.36.0
+PORTVERSION= 0.38.0
CATEGORIES= devel gnome
MASTER_SITES= GNOME
DISTNAME= dconf-${PORTVERSION}
@@ -25,8 +25,10 @@ USES= gettext gnome localbase meson pkgconfig python:3.6+,build tar:xz
USE_CSTD= c99
USE_GNOME= glib20 libxslt:build
USE_LDCONFIG= yes
+.if ${/usr/bin/ld:L:tA} != /usr/bin/ld.lld
USE_BINUTILS= yes
LDFLAGS+= -B${LOCALBASE}/bin
+.endif
BINARY_ALIAS= python3=${PYTHON_VERSION}
MESON_ARGS= -Dman=true \