diff options
Diffstat (limited to 'sysutils/fusefs-s3fs/Makefile')
-rw-r--r-- | sysutils/fusefs-s3fs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/fusefs-s3fs/Makefile b/sysutils/fusefs-s3fs/Makefile index 362f1f33604a..9ac9450ed910 100644 --- a/sysutils/fusefs-s3fs/Makefile +++ b/sysutils/fusefs-s3fs/Makefile @@ -12,8 +12,8 @@ COMMENT= FUSE-based file system backed by Amazon S3 LICENSE= GPLv2 -LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ - libxml2.so:${PORTSDIR}/textproc/libxml2 +LIB_DEPENDS= libcurl.so:ftp/curl \ + libxml2.so:textproc/libxml2 USE_GITHUB= yes GH_ACCOUNT= s3fs-fuse |