aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-sshfs
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2009-04-21 17:06:28 +0000
committerWesley Shields <wxs@FreeBSD.org>2009-04-21 17:06:28 +0000
commit65c99494293e23e36f90f2f8ee58f879d022d5fb (patch)
treeaaea5d0041b4488b23d60f141339527840ce3451 /sysutils/fusefs-sshfs
parentb771ca019313f0792013c6ef7a45345cc1f7c965 (diff)
downloadports-65c99494293e23e36f90f2f8ee58f879d022d5fb.tar.gz
ports-65c99494293e23e36f90f2f8ee58f879d022d5fb.zip
Notes
Diffstat (limited to 'sysutils/fusefs-sshfs')
-rw-r--r--sysutils/fusefs-sshfs/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/fusefs-sshfs/Makefile b/sysutils/fusefs-sshfs/Makefile
index da95fed70e07..86e72fe2c45f 100644
--- a/sysutils/fusefs-sshfs/Makefile
+++ b/sysutils/fusefs-sshfs/Makefile
@@ -15,8 +15,10 @@ DISTNAME= ${PORTNAME}-fuse-${PORTVERSION}
MAINTAINER= amistry@am-productions.biz
COMMENT= Mount remote directories over ssh
+KMODDIR?= ${LOCALBASE}/modules
+
LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs
-RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
+RUN_DEPENDS= ${KMODDIR}/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
BUILD_DEPENDS= fusefs-libs>2.4.1:${PORTSDIR}/sysutils/fusefs-libs
GNU_CONFIGURE= yes