diff options
author | flo <flo@FreeBSD.org> | 2012-12-14 23:47:00 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2012-12-14 23:47:00 +0800 |
commit | 58aa2f3afdfbed9633415c78da1aca4b56f98ea1 (patch) | |
tree | 2f5c5fe4cb36fc6a28856c97750108bf78f9b5b4 /sysutils/moosefs-client | |
parent | 7ac66068799630167ca6ef9dfb761d82590bd787 (diff) | |
download | freebsd-ports-gnome-58aa2f3afdfbed9633415c78da1aca4b56f98ea1.tar.gz freebsd-ports-gnome-58aa2f3afdfbed9633415c78da1aca4b56f98ea1.tar.zst freebsd-ports-gnome-58aa2f3afdfbed9633415c78da1aca4b56f98ea1.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)
Diffstat (limited to 'sysutils/moosefs-client')
-rw-r--r-- | sysutils/moosefs-client/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/moosefs-client/Makefile b/sysutils/moosefs-client/Makefile index 6d302c17e435..d0456e7cbe52 100644 --- a/sysutils/moosefs-client/Makefile +++ b/sysutils/moosefs-client/Makefile @@ -16,9 +16,7 @@ COMMENT= Moosefs client tools DISTINFO_FILE= ${.CURDIR}/../moosefs-master/distinfo -BUILD_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs -RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod - +USE_FUSE= yes USE_PKGCONFIG= yes MAN1= mfstools.1 mfscheckfile.1 mfsdirinfo.1 mfsfileinfo.1 \ |