Don't require farsight option for enabling PLIST.gnome, because the
gnome-specific file is installed even w/o farsight. PKGREVISION++. ok wiz@
This commit is contained in:
parent
92eddb9be9
commit
bf0fbfbce0
2 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.19 2010/02/26 09:48:56 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2010/04/03 21:00:42 gdt Exp $
|
||||
#
|
||||
|
||||
PKGNAME= libpurple-${PIDGIN_VERSION}
|
||||
PKGREVISION= 2
|
||||
PKGREVISION= 3
|
||||
COMMENT= Multi-protocol Instant Messaging client backend
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: options.mk,v 1.14 2010/02/26 10:31:10 wiz Exp $
|
||||
# $NetBSD: options.mk,v 1.15 2010/04/03 21:00:42 gdt Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.libpurple
|
||||
PKG_SUPPORTED_OPTIONS+= avahi dbus debug farsight gnome gnutls
|
||||
|
@ -15,7 +15,7 @@ CONFIGURE_ARGS+= --enable-avahi
|
|||
. include "../../net/avahi/buildlink3.mk"
|
||||
.endif
|
||||
|
||||
.if !empty(PKG_OPTIONS:Mgnome) && !empty(PKG_OPTIONS:Mfarsight)
|
||||
.if !empty(PKG_OPTIONS:Mgnome)
|
||||
PLIST.gnome= yes
|
||||
. include "../../devel/GConf/schemas.mk"
|
||||
GCONF_SCHEMAS+= purple.schemas
|
||||
|
|
Loading…
Reference in a new issue