summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjmcneill <jmcneill@pkgsrc.org>2008-11-24 14:39:19 +0000
committerjmcneill <jmcneill@pkgsrc.org>2008-11-24 14:39:19 +0000
commit348b5b45d8193832c95f556b81324df383a5dd7f (patch)
treeacaf87fc5063c205d2f8584019c53948bda56b24 /security
parenta3bf05832c6fe5a3d3979ad46e4ffd53fb964f6c (diff)
downloadpkgsrc-348b5b45d8193832c95f556b81324df383a5dd7f.tar.gz
enable hal, bump PKGREVISION
Diffstat (limited to 'security')
-rw-r--r--security/gnome-keyring/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile
index e6ccd9078af..4780d68702e 100644
--- a/security/gnome-keyring/Makefile
+++ b/security/gnome-keyring/Makefile
@@ -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 @@ COMMENT= GNOME password and secret manager
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