aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2021-10-01 22:30:29 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2021-10-01 22:55:39 +0000
commite303253cc55ea9336eff3158a857d4a66c0da284 (patch)
treeab0b251c9139c0e32449b7b65681e8b9aa9f1561
parent126e3bb1f15157e4624a26aed1d01393603b03e0 (diff)
downloadports-e303253cc55ea9336eff3158a857d4a66c0da284.tar.gz
ports-e303253cc55ea9336eff3158a857d4a66c0da284.zip
net/tramp: Work around plist issue on 13.0 with devel_full flavor
Detection of gvfs fails with this combination.
-rw-r--r--net/tramp/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/tramp/Makefile b/net/tramp/Makefile
index 1b0f60a4251c..df4c5b636dd3 100644
--- a/net/tramp/Makefile
+++ b/net/tramp/Makefile
@@ -30,7 +30,9 @@ post-patch:
@${REINPLACE_CMD} 's/^make/${MAKE_CMD}/' ${WRKSRC}/configure
.if ${FLAVOR:U} != nox && ${FLAVOR:U} != devel_nox
+.if ! ( ${OSVERSION} >= 1300000 && ${FLAVOR:U} == devel_full )
PLIST_FILES+= ${TRAMP_LISPDIR}/tramp-gvfs.el ${TRAMP_LISPDIR}/tramp-gvfs.elc
.endif
+.endif
.include <bsd.port.mk>