diff options
author | jmcneill <jmcneill> | 2008-11-24 14:39:19 +0000 |
---|---|---|
committer | jmcneill <jmcneill> | 2008-11-24 14:39:19 +0000 |
commit | 59e2dc3d2f1959c1aae7d6d2ab4c81aeeccabaab (patch) | |
tree | acaf87fc5063c205d2f8584019c53948bda56b24 /security/gnome-keyring | |
parent | 96654f20b705440c263fd68f49098d2baaff4d34 (diff) | |
download | pkgsrc-59e2dc3d2f1959c1aae7d6d2ab4c81aeeccabaab.tar.gz |
enable hal, bump PKGREVISION
Diffstat (limited to 'security/gnome-keyring')
-rw-r--r-- | security/gnome-keyring/Makefile | 11 |
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 |