diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-27 20:31:03 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-27 20:31:03 +0800 |
commit | 5eec0311bd005cf71b31faad17cd431d69df67b0 (patch) | |
tree | e0abfac19814ab56cfd7b2232d79aaa2135907db /sysutils/fusefs-exfat | |
parent | 3a70e5ea380141b5bc20d0ef438bd4b332707682 (diff) | |
download | freebsd-ports-gnome-5eec0311bd005cf71b31faad17cd431d69df67b0.tar.gz freebsd-ports-gnome-5eec0311bd005cf71b31faad17cd431d69df67b0.tar.zst freebsd-ports-gnome-5eec0311bd005cf71b31faad17cd431d69df67b0.zip |
Convert to USES=scons
Diffstat (limited to 'sysutils/fusefs-exfat')
-rw-r--r-- | sysutils/fusefs-exfat/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/fusefs-exfat/Makefile b/sysutils/fusefs-exfat/Makefile index 97a2520c3987..c9248aa2fafa 100644 --- a/sysutils/fusefs-exfat/Makefile +++ b/sysutils/fusefs-exfat/Makefile @@ -19,8 +19,7 @@ LICENSE_PERMS= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell LIB_DEPENDS= libublio.so:${PORTSDIR}/devel/libublio -USES= fuse iconv -USE_SCONS= yes +USES= fuse iconv scons PLIST_FILES= bin/mount.exfat-fuse bin/mount.exfat man/man8/mount.exfat-fuse.8.gz |