summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2020-03-13 22:56:30 +0000
committergdt <gdt@pkgsrc.org>2020-03-13 22:56:30 +0000
commit3f21f1dd01d28ddb59a8d1d583ed69a3b0b0a760 (patch)
tree3236668ae66c859a6872454a9f80ae4aa7ee8869 /sysutils
parentd2348269d6608fb9c54aa62dc3a7131ec5d75ad8 (diff)
downloadpkgsrc-3f21f1dd01d28ddb59a8d1d583ed69a3b0b0a760.tar.gz
gvfs: Change dependency to samba4
Previously, this depended on the unmaintained net/samba (3). (Perhaps this should not depend on samba by default, and perhaps PGKREVISION 47 is a clue that packages should stop depending on gvfs; those issues are left for future work.)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gvfs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/gvfs/Makefile b/sysutils/gvfs/Makefile
index cbaa58541a6..ba696402471 100644
--- a/sysutils/gvfs/Makefile
+++ b/sysutils/gvfs/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.107 2020/03/10 22:10:59 wiz Exp $
+# $NetBSD: Makefile,v 1.108 2020/03/13 22:56:30 gdt Exp $
#
DISTNAME= gvfs-1.6.7
-PKGREVISION= 46
+PKGREVISION= 47
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gvfs/1.6/}
EXTRACT_SUFX= .tar.bz2
@@ -43,7 +43,7 @@ CONFIGURE_ARGS+= --disable-avahi
.if !empty(PKG_OPTIONS:Msamba)
CONFIGURE_ARGS+= --with-samba-includes=${BUILDLINK_PREFIX.samba}/include
CONFIGURE_ARGS+= --with-samba-libs=${BUILDLINK_PREFIX.samba}/lib
-.include "../../net/samba/buildlink3.mk"
+.include "../../net/samba4/buildlink3.mk"
PLIST.samba= yes
.else
CONFIGURE_ARGS+= --disable-samba