diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-04-21 17:06:28 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-04-21 17:06:28 +0000 |
commit | 65c99494293e23e36f90f2f8ee58f879d022d5fb (patch) | |
tree | aaea5d0041b4488b23d60f141339527840ce3451 /sysutils/fusefs-sshfs | |
parent | b771ca019313f0792013c6ef7a45345cc1f7c965 (diff) | |
download | ports-65c99494293e23e36f90f2f8ee58f879d022d5fb.tar.gz ports-65c99494293e23e36f90f2f8ee58f879d022d5fb.zip |
Notes
Diffstat (limited to 'sysutils/fusefs-sshfs')
-rw-r--r-- | sysutils/fusefs-sshfs/Makefile | 4 |
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 |