aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2006-12-06 12:29:58 +0800
committerfjoe <fjoe@FreeBSD.org>2006-12-06 12:29:58 +0800
commitac2d3130fb2a625c75a13016cfecb8127370a524 (patch)
treec4962b22d8252a41d47c3c3bbafced009cb9ef07
parent0c7048d6c40940aa083310726312fafc5d4d734d (diff)
downloadfreebsd-ports-gnome-ac2d3130fb2a625c75a13016cfecb8127370a524.tar.gz
freebsd-ports-gnome-ac2d3130fb2a625c75a13016cfecb8127370a524.tar.zst
freebsd-ports-gnome-ac2d3130fb2a625c75a13016cfecb8127370a524.zip
According to author the driver works on 64-bit architectures (mostly amd64)
and on big-endian architectures too but is not officially supported there due to lack of hardware. Reflect this in COMMENT and enable the driver on amd64.
-rw-r--r--sysutils/fusefs-ntfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/fusefs-ntfs/Makefile b/sysutils/fusefs-ntfs/Makefile
index c31a91213388..e2eb13020bcd 100644
--- a/sysutils/fusefs-ntfs/Makefile
+++ b/sysutils/fusefs-ntfs/Makefile
@@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-3g-0.${PORTVERSION:S,.,-,}
EXTRACT_SUFX= .tgz
MAINTAINER= fjoe@FreeBSD.org
-COMMENT= NTFS read-write driver for 32-bit, little-endian architectures
+COMMENT= Mount NTFS partitions and disk images
LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
@@ -22,7 +22,7 @@ BUILD_DEPENDS= fusefs-libs>=2.6.0:${PORTSDIR}/sysutils/fusefs-libs
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
-ONLY_FOR_ARCH= i386
+ONLY_FOR_ARCHS= i386 amd64
INSTALLS_SHLIB= yes
post-patch: