diff options
author | az <az@FreeBSD.org> | 2006-02-03 14:41:21 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2006-02-03 14:41:21 +0800 |
commit | 8584a0af59e4e3b1297a8f3829e3d5c74e704697 (patch) | |
tree | fa1182be48cd775e6ce06f590e58cc0689d39267 /sysutils | |
parent | 9fe1ae07abe4abb24833b11cace75badf9913ce3 (diff) | |
download | freebsd-ports-gnome-8584a0af59e4e3b1297a8f3829e3d5c74e704697.tar.gz freebsd-ports-gnome-8584a0af59e4e3b1297a8f3829e3d5c74e704697.tar.zst freebsd-ports-gnome-8584a0af59e4e3b1297a8f3829e3d5c74e704697.zip |
- Do more correct method, to show what we need sysutils/fusefs-libs > 2.4
instead on seting CONFLICTS.
Requested by: Csaba Henk <csaba.henk@creo.hu>
Diffstat (limited to 'sysutils')
-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 d5a77db8576f..fdebae197b26 100644 --- a/sysutils/ntfsprogs/Makefile +++ b/sysutils/ntfsprogs/Makefile @@ -60,9 +60,8 @@ PLIST_SUB+= GNOMEVFS2="@comment " CONFIGURE_ARGS+=--enable-fuse-module PLIST_SUB+= FUSE="" USE_GNOME+= pkgconfig -LIB_DEPENDS+= fuse.2:${PORTSDIR}/sysutils/fusefs-libs +BUILD_DEPENDS+= fusefs-libs>2.4:${PORTSDIR}/sysutils/fusefs-libs MLINKS+= ntfsmount.8 mount.ntfs-fuse.8 -CONFLICTS= fusefs-kmod-0.2.19* .else CONFIGURE_ARGS+=--disable-fuse-module PLIST_SUB+= FUSE="@comment " |