diff options
author | drochner <drochner> | 2010-01-26 19:30:14 +0000 |
---|---|---|
committer | drochner <drochner> | 2010-01-26 19:30:14 +0000 |
commit | 7f908a884817bd99a1e1f66424d9b34b4e11e327 (patch) | |
tree | 95cf023aa37fa9a7c76512c16ee26d7594f72493 /sysutils | |
parent | 273128d9e7a50a197cb04780f43646004d3d3ba3 (diff) | |
download | pkgsrc-7f908a884817bd99a1e1f66424d9b34b4e11e327.tar.gz |
manke the "avahi" option non-default, as in other gnome base pkgs,
bump PKGREVISION
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gvfs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/gvfs/Makefile b/sysutils/gvfs/Makefile index 0a4cbabe7a6..8c2859f814d 100644 --- a/sysutils/gvfs/Makefile +++ b/sysutils/gvfs/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2009/12/16 17:06:34 drochner Exp $ +# $NetBSD: Makefile,v 1.24 2010/01/26 19:30:14 drochner Exp $ # DISTNAME= gvfs-1.4.3 +PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gvfs/1.4/} EXTRACT_SUFX= .tar.bz2 @@ -22,7 +23,7 @@ CONFIGURE_ARGS+= --disable-bash-completion PKG_OPTIONS_VAR= PKG_OPTIONS.gvfs PKG_SUPPORTED_OPTIONS+= avahi hal fuse samba -PKG_SUGGESTED_OPTIONS+= avahi hal samba +PKG_SUGGESTED_OPTIONS+= hal samba PLIST_VARS+= ${PKG_SUPPORTED_OPTIONS} # XXX fuse.bl3.mk will fail if we include it and fuse is not available |