pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gnome-keyring enable hal, bump PKGREVISION



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dce4efb25adb
branches:  trunk
changeset: 550605:dce4efb25adb
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Mon Nov 24 14:39:19 2008 +0000

description:
enable hal, bump PKGREVISION

diffstat:

 security/gnome-keyring/Makefile |  11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 5061ce385301 -r dce4efb25adb security/gnome-keyring/Makefile
--- a/security/gnome-keyring/Makefile   Mon Nov 24 14:27:55 2008 +0000
+++ b/security/gnome-keyring/Makefile   Mon Nov 24 14:39:19 2008 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2008/10/25 00:49:32 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2008/11/24 14:39:19 jmcneill Exp $
 
 DISTNAME=      gnome-keyring-2.24.1
+PKGREVISION=   1
 CATEGORIES=    security gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gnome-keyring/2.24/}
 EXTRACT_SUFX=  .tar.bz2
@@ -11,6 +12,14 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
+PKG_OPTIONS_VAR=       PKG_OPTIONS.gnome-keyring
+PKG_SUPPORTED_OPTIONS+=        hal
+PKG_SUGGESTED_OPTIONS+=        hal
+.include "../../mk/bsd.options.mk"
+.if !empty(PKG_OPTIONS:Mhal)
+.include "../../sysutils/hal/buildlink3.mk"
+.endif
+
 USE_TOOLS+=            gmake intltool msgfmt pkg-config
 GNU_CONFIGURE=         YES
 USE_LIBTOOL=           YES



Home | Main Index | Thread Index | Old Index