From 3a6de8063c59c0e8eebaa731d407eaf30b7b4843 Mon Sep 17 00:00:00 2001 From: pav Date: Tue, 5 Sep 2006 17:25:01 +0000 Subject: - Add missed dependency on pkg-config Reported by: krismail Approved by: maintainer --- sysutils/fusefs-libs/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sysutils') diff --git a/sysutils/fusefs-libs/Makefile b/sysutils/fusefs-libs/Makefile index d4c322d84f89..d8acd11909db 100644 --- a/sysutils/fusefs-libs/Makefile +++ b/sysutils/fusefs-libs/Makefile @@ -6,6 +6,7 @@ PORTNAME= fusefs PORTVERSION= 2.5.3 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fuse @@ -18,7 +19,8 @@ COMMENT= FUSE allows filesystem implementation in userspace GNU_CONFIGURE= yes CONFIGURE_ENV= MOUNT_FUSE_PATH=${PREFIX}/sbin \ CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" -INSTALLS_SHLIB= yes +USE_GNOME= pkgconfig +USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-kernel-module --prefix=${PREFIX} \ --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig TXT_DOCS= how-fuse-works \ -- cgit