summaryrefslogtreecommitdiff
path: root/databases/openldap-smbk5pwd
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2016-12-04 03:51:14 +0000
committermarino <marino@pkgsrc.org>2016-12-04 03:51:14 +0000
commit0d64b56801bd0dc7f3c42a31353345344fc6bcbe (patch)
tree34efd5e517da4214f5f0803b43fcfa123eaa97c9 /databases/openldap-smbk5pwd
parente42ae9892a6a1b95e9d9013f7f018684307d7cbe (diff)
downloadpkgsrc-0d64b56801bd0dc7f3c42a31353345344fc6bcbe.tar.gz
Specify readline requirement on 30 packages
Solves: /usr/libexec/binutils225/elf/ld.gold: error: cannot find -lreadline The missing specification is obvious on DragonFly because there's no publically accessible version of readline in base.
Diffstat (limited to 'databases/openldap-smbk5pwd')
-rw-r--r--databases/openldap-smbk5pwd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/openldap-smbk5pwd/Makefile b/databases/openldap-smbk5pwd/Makefile
index 3edfa68a051..ce4015fa6d2 100644
--- a/databases/openldap-smbk5pwd/Makefile
+++ b/databases/openldap-smbk5pwd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2016/10/30 05:04:09 manu Exp $
+# $NetBSD: Makefile,v 1.21 2016/12/04 03:51:15 marino Exp $
PKGNAME= ${DISTNAME:S/-/-smbk5pwd-/}
PKGREVISION= 2
@@ -34,4 +34,5 @@ MAKE_ENV+= EXTRA_LIBS=${LIBS:M*:Q}
.include "../../databases/openldap/Makefile.common"
.include "../../databases/openldap-client/buildlink3.mk"
+.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"