aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-ntfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/fusefs-ntfs/Makefile')
-rw-r--r--sysutils/fusefs-ntfs/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/fusefs-ntfs/Makefile b/sysutils/fusefs-ntfs/Makefile
index de463a8f1f0e..72944f25de19 100644
--- a/sysutils/fusefs-ntfs/Makefile
+++ b/sysutils/fusefs-ntfs/Makefile
@@ -14,13 +14,11 @@ COMMENT= Mount NTFS partitions (read/write) and disk images
LICENSE= GPLv2
-BUILD_DEPENDS= fusefs-libs>=2.7.2:${PORTSDIR}/sysutils/fusefs-libs
-LIB_DEPENDS= fuse:${PORTSDIR}/sysutils/fusefs-libs
-
CONFLICTS_BUILD= bonobo-1.*
CONFLICTS_INSTALL= ntfsprogs-*
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
+USE_FUSE= yes
USE_ICONV= yes
USE_PKGCONFIG= yes
CONFIGURE_ARGS= --exec-prefix=${PREFIX} --disable-mount-helper \
@@ -43,10 +41,6 @@ MAN8= mkntfs.8 ntfs-3g.8 ntfs-3g.probe.8 \
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 1000021
-RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
-.endif
-
.if ${PORT_OPTIONS:MLOCK}
CFLAGS+= -DUSE_LOCK
.endif