pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gnome-keyring pull in pam.buildlink3.mk for p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c14b34cb850
branches:  trunk
changeset: 536573:1c14b34cb850
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon Dec 17 16:45:11 2007 +0000

description:
pull in pam.buildlink3.mk for proper handling of the various PAM
versions, fixes PR pkg/37545 by Ondrej Tuma, and makes special handling
of Darwin unnecessary (tested by Matthias Scheler)

diffstat:

 security/gnome-keyring/Makefile |  10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diffs (27 lines):

diff -r 0c7eee425f24 -r 1c14b34cb850 security/gnome-keyring/Makefile
--- a/security/gnome-keyring/Makefile   Mon Dec 17 16:39:50 2007 +0000
+++ b/security/gnome-keyring/Makefile   Mon Dec 17 16:45:11 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2007/11/29 20:14:26 drochner Exp $
+# $NetBSD: Makefile,v 1.32 2007/12/17 16:45:11 drochner Exp $
 
 DISTNAME=      gnome-keyring-2.20.2
 CATEGORIES=    security gnome
@@ -21,16 +21,10 @@
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.6.0
 BUILDLINK_API_DEPENDS.gtk2+=   gtk2+>=2.6.0
 
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "Darwin"
-pre-configure:
-       ${LN} -fs /usr/include/pam ${BUILDLINK_DIR}/include/security
-.endif
-
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../security/libgcrypt/buildlink3.mk"
 .include "../../sysutils/dbus/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/pam.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index