aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libewf/Makefile
diff options
context:
space:
mode:
authorflo <flo@FreeBSD.org>2012-12-14 23:47:00 +0800
committerflo <flo@FreeBSD.org>2012-12-14 23:47:00 +0800
commit58aa2f3afdfbed9633415c78da1aca4b56f98ea1 (patch)
tree2f5c5fe4cb36fc6a28856c97750108bf78f9b5b4 /devel/libewf/Makefile
parent7ac66068799630167ca6ef9dfb761d82590bd787 (diff)
downloadfreebsd-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 'devel/libewf/Makefile')
-rw-r--r--devel/libewf/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/libewf/Makefile b/devel/libewf/Makefile
index b6e5cdc406c1..93e1435302be 100644
--- a/devel/libewf/Makefile
+++ b/devel/libewf/Makefile
@@ -17,9 +17,8 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \
- fuse:${PORTSDIR}/sysutils/fusefs-libs
-RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
+USE_FUSE= yes
USE_GETTEXT= yes
USE_ICONV= yes
USE_LDCONFIG= yes