diff options
author | Florian Smeets <flo@FreeBSD.org> | 2012-12-14 15:47:00 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2012-12-14 15:47:00 +0000 |
commit | d26530b7136cdbbc743cb41cba488928a2fb490e (patch) | |
tree | 2f5c5fe4cb36fc6a28856c97750108bf78f9b5b4 /sysutils/fusefs-pod | |
parent | 7045030009ee59cfe75c17ba591c3798c3478b68 (diff) | |
download | ports-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/fusefs-pod')
-rw-r--r-- | sysutils/fusefs-pod/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/fusefs-pod/Makefile b/sysutils/fusefs-pod/Makefile index 0ff8be8de9b1..216f13f97a48 100644 --- a/sysutils/fusefs-pod/Makefile +++ b/sysutils/fusefs-pod/Makefile @@ -15,12 +15,11 @@ DISTNAME= fusepod-${PORTVERSION} MAINTAINER= fjoe@FreeBSD.org COMMENT= FUSE-based filesystem for iPod -LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs\ - gpod.7:${PORTSDIR}/audio/libgpod\ +LIB_DEPENDS= gpod.7:${PORTSDIR}/audio/libgpod\ tag.1:${PORTSDIR}/audio/taglib -RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod USE_BZIP2= yes +USE_FUSE= yes GNU_CONFIGURE= yes MAN1= fusepod.1 PLIST_FILES= bin/fusepod |