diff options
author | Florian Smeets <flo@FreeBSD.org> | 2012-12-14 15:47:00 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2012-12-14 15:47:00 +0000 |
commit | d26530b7136cdbbc743cb41cba488928a2fb490e (patch) | |
tree | 2f5c5fe4cb36fc6a28856c97750108bf78f9b5b4 /sysutils/ntfsprogs | |
parent | 7045030009ee59cfe75c17ba591c3798c3478b68 (diff) |
Notes
Diffstat (limited to 'sysutils/ntfsprogs')
-rw-r--r-- | sysutils/ntfsprogs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/ntfsprogs/Makefile b/sysutils/ntfsprogs/Makefile index 24f8c1f2a810..dcbd59f687b6 100644 --- a/sysutils/ntfsprogs/Makefile +++ b/sysutils/ntfsprogs/Makefile @@ -11,12 +11,11 @@ COMMENT= Utilities and library to manipulate NTFS partitions LICENSE= GPLv2 -BUILD_DEPENDS= fusefs-libs>2.5:${PORTSDIR}/sysutils/fusefs-libs - CONFLICTS_INSTALL= fusefs-ntfs-* USE_PKGCONFIG= build USE_BZIP2= yes +USE_FUSE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |