diff options
author | drochner <drochner@pkgsrc.org> | 2009-12-15 14:52:03 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-12-15 14:52:03 +0000 |
commit | 38f01fcc527f5e32f7577cdfd8ce3e3e8e6a61ee (patch) | |
tree | 18c38df7f2a1d7e387f184c843d98900060b1862 /security | |
parent | f33881c09eeeacf068f81f8780f1402ce47fdd9e (diff) | |
download | pkgsrc-38f01fcc527f5e32f7577cdfd8ce3e3e8e6a61ee.tar.gz |
remove obsolete "hal" dependency, ride on recent update
Diffstat (limited to 'security')
-rw-r--r-- | security/gnome-keyring/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile index 81a1d3ab1f6..e4e70e1c2d9 100644 --- a/security/gnome-keyring/Makefile +++ b/security/gnome-keyring/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2009/12/15 14:07:22 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2009/12/15 14:52:03 drochner Exp $ DISTNAME= gnome-keyring-2.28.2 CATEGORIES= security gnome @@ -11,14 +11,6 @@ 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 |