aboutsummaryrefslogtreecommitdiff
path: root/net/glusterfs
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
commit8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch)
treed3548a0f08ca434f11cb4415a93d98037409413b /net/glusterfs
parenta9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff)
downloadports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz
ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip
Notes
Diffstat (limited to 'net/glusterfs')
-rw-r--r--net/glusterfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/glusterfs/Makefile b/net/glusterfs/Makefile
index ba2f5e281d66..b4de22924c26 100644
--- a/net/glusterfs/Makefile
+++ b/net/glusterfs/Makefile
@@ -11,7 +11,7 @@ COMMENT= GlusterFS distributed file system
LICENSE= GPLv2 LGPL3
LICENSE_COMB= dual
-LIB_DEPENDS= libargp.so:${PORTSDIR}/devel/argp-standalone liburcu-bp.so:${PORTSDIR}/sysutils/liburcu
+LIB_DEPENDS= libargp.so:devel/argp-standalone liburcu-bp.so:${PORTSDIR}/sysutils/liburcu
USE_GCC= any
@@ -46,7 +46,7 @@ KMODDIR?= /boot/modules
.if ${OSVERSION} < 1000000
WITH_OPENSSL_PORT= yes
-RUN_DEPENDS+= ${KMODDIR}/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
+RUN_DEPENDS+= ${KMODDIR}/fuse.ko:sysutils/fusefs-kmod
.endif
.include <bsd.port.mk>