summaryrefslogtreecommitdiff
path: root/www/ap-auth-kerb
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 /www/ap-auth-kerb
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 'www/ap-auth-kerb')
-rw-r--r--www/ap-auth-kerb/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/ap-auth-kerb/Makefile b/www/ap-auth-kerb/Makefile
index b0de109ba81..6b32e7b51f9 100644
--- a/www/ap-auth-kerb/Makefile
+++ b/www/ap-auth-kerb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2014/08/05 18:47:31 spz Exp $
+# $NetBSD: Makefile,v 1.12 2016/12/04 03:51:17 marino Exp $
DISTNAME= mod_auth_kerb-5.4
PKGNAME= ${DISTNAME:S/mod/${APACHE_PKG_PREFIX}/:S/_/-/g}
@@ -31,4 +31,5 @@ do-install:
.include "../../mk/apache.mk"
.include "../../mk/krb5.buildlink3.mk"
+.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"