diff options
author | obache <obache> | 2011-07-14 14:25:45 +0000 |
---|---|---|
committer | obache <obache> | 2011-07-14 14:25:45 +0000 |
commit | 248e2d4a96dfe57c85e069d640229933776b0e07 (patch) | |
tree | 8a280dcc72a484dd5940c4d5a9ecb4da4f8fc86c /security | |
parent | cd3c4fff88ff3f171a2a34df48ef01f2fbd58350 (diff) | |
download | pkgsrc-248e2d4a96dfe57c85e069d640229933776b0e07.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')
-rw-r--r-- | security/gnome-keyring/Makefile | 9 |
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 |