summaryrefslogtreecommitdiff
path: root/security/cy2-gssapi/Makefile
diff options
context:
space:
mode:
authormarino <marino>2016-12-04 03:51:14 +0000
committermarino <marino>2016-12-04 03:51:14 +0000
commit595b9fed9c9aa2e682c1f687d53eea656c1996e4 (patch)
treeae270ed9d9d2fe7290923dae4f22ce7f133282a7 /security/cy2-gssapi/Makefile
parent006ee4a9435670774dec5f2970510e5352eda1e2 (diff)
downloadpkgsrc-595b9fed9c9aa2e682c1f687d53eea656c1996e4.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 'security/cy2-gssapi/Makefile')
-rw-r--r--security/cy2-gssapi/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/cy2-gssapi/Makefile b/security/cy2-gssapi/Makefile
index 2db192cfa0d..9c306997aa1 100644
--- a/security/cy2-gssapi/Makefile
+++ b/security/cy2-gssapi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2016/03/05 11:29:19 jperkin Exp $
+# $NetBSD: Makefile,v 1.24 2016/12/04 03:51:16 marino Exp $
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-gssapi/}
PKGREVISION= 3
@@ -27,4 +27,5 @@ do-install:
${SHLIBTOOL} --mode=install \
${INSTALL_PROGRAM} libgssapiv2.la ${DESTDIR}${PLUGINDIR}
+.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"