diff options
author | jlaffaye <jlaffaye@FreeBSD.org> | 2011-07-13 00:02:20 +0800 |
---|---|---|
committer | jlaffaye <jlaffaye@FreeBSD.org> | 2011-07-13 00:02:20 +0800 |
commit | 33fb62f95d89289ce8e5ad171ea1b2ec24cc2de3 (patch) | |
tree | 0e7d0f2fc378c3e48c61ff6c266f15cdc6867b49 /sysutils | |
parent | a9c537b0ae542a35f9de8b5267267ffbd106401d (diff) | |
download | freebsd-ports-gnome-33fb62f95d89289ce8e5ad171ea1b2ec24cc2de3.tar.gz freebsd-ports-gnome-33fb62f95d89289ce8e5ad171ea1b2ec24cc2de3.tar.zst freebsd-ports-gnome-33fb62f95d89289ce8e5ad171ea1b2ec24cc2de3.zip |
Add conflict on ntfsprogs
Submitted by: Jan Henrik Sylvester <me@janh.de> (via private mail)
Approved by: bapt (mentor)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fusefs-ntfs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/fusefs-ntfs/Makefile b/sysutils/fusefs-ntfs/Makefile index f1911487ad39..d39ac669e1e7 100644 --- a/sysutils/fusefs-ntfs/Makefile +++ b/sysutils/fusefs-ntfs/Makefile @@ -6,6 +6,7 @@ PORTNAME= ntfs PORTVERSION= 2011.4.12 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://tuxera.com/opensource/ PKGNAMEPREFIX= fusefs- @@ -20,6 +21,7 @@ LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod CONFLICTS_BUILD= bonobo-1.* +CONFLICTS_INSTALL= ntfsprogs-* USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USE_ICONV= yes |