aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-libs
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-24 16:01:08 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-24 16:01:08 +0000
commit8a7fa85a1cb976e8951782f80546c79d47afdcab (patch)
tree71e87b9bfac8ad2576f22dd147e3c84da9ac2647 /sysutils/fusefs-libs
parent8c88aca871ea1fe91bb01ab53583b6aca6094bf8 (diff)
downloadports-8a7fa85a1cb976e8951782f80546c79d47afdcab.tar.gz
ports-8a7fa85a1cb976e8951782f80546c79d47afdcab.zip
Remove useless dependency on pkgconf
Notes
Notes: svn path=/head/; revision=323608
Diffstat (limited to 'sysutils/fusefs-libs')
-rw-r--r--sysutils/fusefs-libs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/fusefs-libs/Makefile b/sysutils/fusefs-libs/Makefile
index a16254557d07..27d00d0ae923 100644
--- a/sysutils/fusefs-libs/Makefile
+++ b/sysutils/fusefs-libs/Makefile
@@ -16,7 +16,7 @@ OPTIONS_DEFINE= DOCS
GNU_CONFIGURE= yes
CONFIGURE_ENV= MOUNT_FUSE_PATH=${PREFIX}/sbin
USE_LDCONFIG= yes
-USES= pkgconfig iconv
+USES= iconv
CONFIGURE_ARGS= --prefix=${PREFIX} \
--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
TXT_DOCS= how-fuse-works \