diff options
author | arved <arved@FreeBSD.org> | 2011-02-03 18:56:19 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2011-02-03 18:56:19 +0800 |
commit | 7f278ee8addee657e52eb736765a79ef77d4cd87 (patch) | |
tree | 70fa1e63c799715d501ee9dd868b9d5163975ca3 | |
parent | 9a8a6057487a074e0bbfd98e4b249a17ea6a84b8 (diff) | |
download | freebsd-ports-gnome-7f278ee8addee657e52eb736765a79ef77d4cd87.tar.gz freebsd-ports-gnome-7f278ee8addee657e52eb736765a79ef77d4cd87.tar.zst freebsd-ports-gnome-7f278ee8addee657e52eb736765a79ef77d4cd87.zip |
Add a CONFLICTS_BUILD for bonobo because of LOCALBASE/include/efs.h
PR: 146434
Submitted by: Kevin Baxter
Feature safe: yes
-rw-r--r-- | sysutils/fusefs-ntfs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/fusefs-ntfs/Makefile b/sysutils/fusefs-ntfs/Makefile index e553810ee2c8..85b9b421fdee 100644 --- a/sysutils/fusefs-ntfs/Makefile +++ b/sysutils/fusefs-ntfs/Makefile @@ -19,6 +19,7 @@ BUILD_DEPENDS= fusefs-libs>=2.7.2:${PORTSDIR}/sysutils/fusefs-libs LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod +CONFLICTS_BUILD= bonobo-1.* USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USE_ICONV= yes |