aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2009-04-22 01:06:28 +0800
committerwxs <wxs@FreeBSD.org>2009-04-22 01:06:28 +0800
commit8bbeab221286fcfcad1619354a54d802e5982e84 (patch)
treeed77171685eb7cfeae92cf8175421f2bff497101
parent94d7f928a37624fc5f63ca2237397a976651efeb (diff)
downloadfreebsd-ports-gnome-8bbeab221286fcfcad1619354a54d802e5982e84.tar.gz
freebsd-ports-gnome-8bbeab221286fcfcad1619354a54d802e5982e84.tar.zst
freebsd-ports-gnome-8bbeab221286fcfcad1619354a54d802e5982e84.zip
- Look in ${KMODDIR} for dependency.
- Default KMODDIR to ${LOCALBASE}/modules. PR: ports/133295 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Approved by: maintainer timeout
-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