diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-28 00:26:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-28 00:26:32 +0000 |
commit | 8c1b2b06be7c610efd5d504638319da4f703fc93 (patch) | |
tree | ed965cc803256601c7f7432453bbc561264e8496 | |
parent | b9722a5f90ea7afeccf649bcb84668c236952d2f (diff) |
Notes
-rw-r--r-- | sysutils/fusefs-mhddfs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/fusefs-mhddfs/Makefile b/sysutils/fusefs-mhddfs/Makefile index 7212f8863b69..7c59c1f493fb 100644 --- a/sysutils/fusefs-mhddfs/Makefile +++ b/sysutils/fusefs-mhddfs/Makefile @@ -19,6 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod USE_GMAKE= yes +USE_PKGCONFIG= build MAKE_ARGS= WITHOUT_XATTR=1 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |