aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/fusefs-libs
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-09-06 01:25:01 +0800
committerpav <pav@FreeBSD.org>2006-09-06 01:25:01 +0800
commit3a6de8063c59c0e8eebaa731d407eaf30b7b4843 (patch)
tree65af71548c8c7750c0840217f0b4107db26f3374 /sysutils/fusefs-libs
parentd02a53d363669252ae84cf3e36e5956d05d6161d (diff)
downloadfreebsd-ports-gnome-3a6de8063c59c0e8eebaa731d407eaf30b7b4843.tar.gz
freebsd-ports-gnome-3a6de8063c59c0e8eebaa731d407eaf30b7b4843.tar.zst
freebsd-ports-gnome-3a6de8063c59c0e8eebaa731d407eaf30b7b4843.zip
- Add missed dependency on pkg-config
Reported by: krismail Approved by: maintainer
Diffstat (limited to 'sysutils/fusefs-libs')
-rw-r--r--sysutils/fusefs-libs/Makefile4
1 files changed, 3 insertions, 1 deletions
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 \