summaryrefslogtreecommitdiff
path: root/converters
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 /converters
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 'converters')
-rw-r--r--converters/pyzy/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/pyzy/Makefile b/converters/pyzy/Makefile
index 1284aabca3f..85303a5eb38 100644
--- a/converters/pyzy/Makefile
+++ b/converters/pyzy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2016/04/11 19:01:33 ryoon Exp $
+# $NetBSD: Makefile,v 1.11 2016/12/04 03:51:15 marino Exp $
DISTNAME= pyzy-0.1.0
PKGREVISION= 5
@@ -57,4 +57,5 @@ CONFIGURE_ARGS+= --with-boost=${BUILDLINK_PREFIX.boost-headers}
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.24.0
.include "../../devel/glib2/buildlink3.mk"
.include "../../databases/sqlite3/buildlink3.mk"
+.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"