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:
gdt 2010-04-03 21:00:42 +00:00
parent 92eddb9be9
commit bf0fbfbce0
2 changed files with 4 additions and 4 deletions

View file

@ -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} PKGNAME= libpurple-${PIDGIN_VERSION}
PKGREVISION= 2 PKGREVISION= 3
COMMENT= Multi-protocol Instant Messaging client backend COMMENT= Multi-protocol Instant Messaging client backend
PKG_DESTDIR_SUPPORT= user-destdir PKG_DESTDIR_SUPPORT= user-destdir

View file

@ -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_OPTIONS_VAR= PKG_OPTIONS.libpurple
PKG_SUPPORTED_OPTIONS+= avahi dbus debug farsight gnome gnutls PKG_SUPPORTED_OPTIONS+= avahi dbus debug farsight gnome gnutls
@ -15,7 +15,7 @@ CONFIGURE_ARGS+= --enable-avahi
. include "../../net/avahi/buildlink3.mk" . include "../../net/avahi/buildlink3.mk"
.endif .endif
.if !empty(PKG_OPTIONS:Mgnome) && !empty(PKG_OPTIONS:Mfarsight) .if !empty(PKG_OPTIONS:Mgnome)
PLIST.gnome= yes PLIST.gnome= yes
. include "../../devel/GConf/schemas.mk" . include "../../devel/GConf/schemas.mk"
GCONF_SCHEMAS+= purple.schemas GCONF_SCHEMAS+= purple.schemas