aboutsummaryrefslogtreecommitdiff
path: root/Mk/Uses/fuse.mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-10-14 16:49:35 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-10-14 16:49:35 +0000
commit869e1f27d0cd912f612cd1af8dd5491749901f80 (patch)
tree253c001da30db94087f88bf237955915bfb0f012 /Mk/Uses/fuse.mk
parent41d6fa567f5fdfc4017313246f4332af3ad716ef (diff)
downloadports-869e1f27d0cd912f612cd1af8dd5491749901f80.tar.gz
ports-869e1f27d0cd912f612cd1af8dd5491749901f80.zip
Notes
Diffstat (limited to 'Mk/Uses/fuse.mk')
-rw-r--r--Mk/Uses/fuse.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/Uses/fuse.mk b/Mk/Uses/fuse.mk
index e6ee0216a95c..62f61f9ed946 100644
--- a/Mk/Uses/fuse.mk
+++ b/Mk/Uses/fuse.mk
@@ -15,9 +15,9 @@ _INCLUDE_USES_FUSE_MK= yes
IGNORE= USES=fuse does not require args
.endif
-LIB_DEPENDS+= libfuse.so:${PORTSDIR}/sysutils/fusefs-libs
+LIB_DEPENDS+= libfuse.so:sysutils/fusefs-libs
.if !exists(/sbin/mount_fusefs)
-RUN_DEPENDS+= mount_fusefs:${PORTSDIR}/sysutils/fusefs-kmod
+RUN_DEPENDS+= mount_fusefs:sysutils/fusefs-kmod
.endif
.endif