diff options
author | Max Khon <fjoe@FreeBSD.org> | 2006-12-06 04:29:58 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2006-12-06 04:29:58 +0000 |
commit | 4299976817830287df24f0757e69cedbe0d0e984 (patch) | |
tree | 2f8efd0543a24e21155f9195c0e68d9c3ff7ab86 /sysutils/fusefs-ntfs | |
parent | 4c6736a5d5574af8fbb450351bb056c0aea239da (diff) | |
download | ports-4299976817830287df24f0757e69cedbe0d0e984.tar.gz ports-4299976817830287df24f0757e69cedbe0d0e984.zip |
Notes
Diffstat (limited to 'sysutils/fusefs-ntfs')
-rw-r--r-- | sysutils/fusefs-ntfs/Makefile | 4 |
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: |