aboutsummaryrefslogtreecommitdiff
path: root/sysutils/avfs
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2012-12-14 15:47:00 +0000
committerFlorian Smeets <flo@FreeBSD.org>2012-12-14 15:47:00 +0000
commitd26530b7136cdbbc743cb41cba488928a2fb490e (patch)
tree2f5c5fe4cb36fc6a28856c97750108bf78f9b5b4 /sysutils/avfs
parent7045030009ee59cfe75c17ba591c3798c3478b68 (diff)
downloadports-d26530b7136cdbbc743cb41cba488928a2fb490e.tar.gz
ports-d26530b7136cdbbc743cb41cba488928a2fb490e.zip
- introduce a USE_FUSE macro
- convert all fuse ports to use the new macro The macro makes sure sysutils/fusefs-libs gets installed and depending on fuse being in base or not it installs sysutils/fusefs-kmod. Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=308910
Diffstat (limited to 'sysutils/avfs')
-rw-r--r--sysutils/avfs/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/avfs/Makefile b/sysutils/avfs/Makefile
index 9f6719c2339b..7cd340dbc132 100644
--- a/sysutils/avfs/Makefile
+++ b/sysutils/avfs/Makefile
@@ -13,9 +13,7 @@ MASTER_SITES= SF/avf/${PORTNAME}/${PORTVERSION}
MAINTAINER= jirnov@gmail.com
COMMENT= A Virtual File System
-BUILD_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs \
- ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
-RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
+BUILD_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
BROKEN= does not package
@@ -24,6 +22,7 @@ NO_INSTALL_MANPAGES= yes
CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -liconv
GNU_CONFIGURE= yes
+USE_FUSE= yes
USE_GMAKE= yes
USE_BZIP2= yes
USE_LDCONFIG= yes