diff options
Diffstat (limited to 'sysutils/fusefs-fur/Makefile')
-rw-r--r-- | sysutils/fusefs-fur/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/fusefs-fur/Makefile b/sysutils/fusefs-fur/Makefile index 87704311dbbe..21c1582a9a3d 100644 --- a/sysutils/fusefs-fur/Makefile +++ b/sysutils/fusefs-fur/Makefile @@ -20,10 +20,9 @@ VCHMOD_DESC= Fake hook for chmod that just returns 0 MAKE_JOBS_SAFE= yes GNU_CONFIGURE= yes -USES= fuse +USES= fuse pkgconfig USE_GMAKE= yes USE_ICONV= yes -USE_PKGCONFIG= build LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include -DFUSE_USE_VERSION=26 |