summaryrefslogtreecommitdiff
path: root/net/glusterfs
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-01-11 10:08:38 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-01-11 10:08:38 +0000
commit8244fe99bcdbad7a2d0b22d66183394f5ffacd03 (patch)
treec9a458d29164af55be5bf3330f3f659428ac04ac /net/glusterfs
parentgraphics/opencv2: reset maintainership (diff)
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
Diffstat (limited to 'net/glusterfs')
-rw-r--r--net/glusterfs/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/net/glusterfs/Makefile b/net/glusterfs/Makefile
index 78c090ee7fb0..b1ffdbe3eb56 100644
--- a/net/glusterfs/Makefile
+++ b/net/glusterfs/Makefile
@@ -42,11 +42,4 @@ INSTALL_TARGET= install-strip
PLIST_SUB= GLUSTERLIBDIR="lib/${PORTNAME}/3.7.6"
KMODDIR?= /boot/modules
-.include <bsd.port.options.mk>
-
-.if ${OSVERSION} < 1000000
-WITH_OPENSSL_PORT= yes
-RUN_DEPENDS+= ${KMODDIR}/fuse.ko:sysutils/fusefs-kmod
-.endif
-
.include <bsd.port.mk>