diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
commit | 597afc47baba19000afd8ec4880a2c47975b0367 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /sysutils/automount | |
parent | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff) |
Notes
Diffstat (limited to 'sysutils/automount')
-rw-r--r-- | sysutils/automount/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/automount/Makefile b/sysutils/automount/Makefile index abbc5a4461ff..f9e0874eac25 100644 --- a/sysutils/automount/Makefile +++ b/sysutils/automount/Makefile @@ -21,11 +21,11 @@ NO_ARCH= yes OPTIONS_DEFINE= NTFS3G EXT4 EXFAT OPTIONS_DEFAULT= NTFS3G EXT4 NTFS3G_DESC= Enable NTFS write support with ntfs-3g over FUSE -NTFS3G_RUN_DEPENDS= fusefs-ntfs>=0:${PORTSDIR}/sysutils/fusefs-ntfs +NTFS3G_RUN_DEPENDS= fusefs-ntfs>=0:sysutils/fusefs-ntfs EXT4_DESC= Support EXT4 filesystem -EXT4_RUN_DEPENDS= fusefs-ext4fuse>=0:${PORTSDIR}/sysutils/fusefs-ext4fuse +EXT4_RUN_DEPENDS= fusefs-ext4fuse>=0:sysutils/fusefs-ext4fuse EXFAT_DESC= Support Microsoft exFAT filesystem -EXFAT_RUN_DEPENDS= fusefs-exfat>=0:${PORTSDIR}/sysutils/fusefs-exfat +EXFAT_RUN_DEPENDS= fusefs-exfat>=0:sysutils/fusefs-exfat do-install: ${INSTALL_SCRIPT} ${WRKSRC}/automount ${STAGEDIR}${PREFIX}/sbin |