pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/nss_ldap



Module Name:    pkgsrc
Committed By:   tron
Date:           Mon Jul 31 12:03:37 UTC 2023

Modified Files:
        pkgsrc/databases/nss_ldap: Makefile

Log Message:
databases/nss_ldap: Add Perl as a required tool

This fixes build problems on system where Perl isn't installed (yet).


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/databases/nss_ldap/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/nss_ldap/Makefile
diff -u pkgsrc/databases/nss_ldap/Makefile:1.35 pkgsrc/databases/nss_ldap/Makefile:1.36
--- pkgsrc/databases/nss_ldap/Makefile:1.35     Sun Jul 30 00:18:07 2023
+++ pkgsrc/databases/nss_ldap/Makefile  Mon Jul 31 12:03:36 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2023/07/30 00:18:07 manu Exp $
+# $NetBSD: Makefile,v 1.36 2023/07/31 12:03:36 tron Exp $
 
 DISTNAME=      nss_ldap-266a
 #PKGREVISION=  1
@@ -13,7 +13,7 @@ LICENSE=      gnu-lgpl-v2
 # needs nsswitch
 ONLY_FOR_PLATFORM=     NetBSD-*-* FreeBSD-*-* Linux-*-*
 
-USE_TOOLS+=            gmake
+USE_TOOLS+=            gmake perl
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --enable-schema-mapping
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}



Home | Main Index | Thread Index | Old Index