summaryrefslogtreecommitdiff
path: root/security/gnome-keyring
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-07-14 14:25:45 +0000
committerobache <obache@pkgsrc.org>2011-07-14 14:25:45 +0000
commite01e6af0350b95325c56e900b7422545fbabe620 (patch)
tree8a280dcc72a484dd5940c4d5a9ecb4da4f8fc86c /security/gnome-keyring
parent05f2da489d1a6287663bf751390af12053857f8b (diff)
downloadpkgsrc-e01e6af0350b95325c56e900b7422545fbabe620.tar.gz
Fixes PKGCONFIG_OVERRIDE settings:
* No need to prefix with ${WRKSRC}. * It must not be overwritten multiple time, or only last one will be activate. * library/gnome-keyring part is now in separate libgnome-keyring package. Bump PKGREVISION.
Diffstat (limited to 'security/gnome-keyring')
-rw-r--r--security/gnome-keyring/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile
index 6cfe23708cc..54c412ad5ea 100644
--- a/security/gnome-keyring/Makefile
+++ b/security/gnome-keyring/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2011/04/22 13:41:55 obache Exp $
+# $NetBSD: Makefile,v 1.62 2011/07/14 14:25:45 obache Exp $
DISTNAME= gnome-keyring-2.32.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= security gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-keyring/2.32/}
EXTRACT_SUFX= .tar.bz2
@@ -17,9 +17,8 @@ GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
-PKGCONFIG_OVERRIDE= ${WRKSRC}/gcr/gcr.pc.in
-PKGCONFIG_OVERRIDE= ${WRKSRC}/library/gnome-keyring-1.pc.in
-PKGCONFIG_OVERRIDE= ${WRKSRC}/gp11/gp11.pc.in
+PKGCONFIG_OVERRIDE+= gcr/gcr.pc.in
+PKGCONFIG_OVERRIDE+= gp11/gp11.pc.in
CFLAGS.HPUX+= -DMAP_ANON=MAP_ANONYMOUS