diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-05-12 22:47:36 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-05-12 22:47:36 +0800 |
commit | d5fe82f65010da2e23fc94c6edaa35eface9e2bb (patch) | |
tree | 809a2f3af9c85cac01e701e53be317566c62b838 /sysutils | |
parent | 05fcf9d31707cef8110dceecfeea8ce128ae23b7 (diff) | |
download | freebsd-ports-graphics-d5fe82f65010da2e23fc94c6edaa35eface9e2bb.tar.gz freebsd-ports-graphics-d5fe82f65010da2e23fc94c6edaa35eface9e2bb.tar.zst freebsd-ports-graphics-d5fe82f65010da2e23fc94c6edaa35eface9e2bb.zip |
sysutils/fusefs-libs: sort USES
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fusefs-libs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/fusefs-libs/Makefile b/sysutils/fusefs-libs/Makefile index 841dfc2bafb..b9ed80bea16 100644 --- a/sysutils/fusefs-libs/Makefile +++ b/sysutils/fusefs-libs/Makefile @@ -21,7 +21,7 @@ USE_GITHUB= yes GH_ACCOUNT= libfuse GH_PROJECT= libfuse -USES= iconv libtool autoreconf gettext-tools +USES= autoreconf gettext-tools iconv libtool GNU_CONFIGURE= yes CONFIGURE_ENV= MOUNT_FUSE_PATH=${PREFIX}/sbin CONFIGURE_ARGS= --prefix=${PREFIX} \ |