diff options
author | marino <marino@pkgsrc.org> | 2016-12-04 03:51:14 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2016-12-04 03:51:14 +0000 |
commit | 0d64b56801bd0dc7f3c42a31353345344fc6bcbe (patch) | |
tree | 34efd5e517da4214f5f0803b43fcfa123eaa97c9 /inputmethod | |
parent | e42ae9892a6a1b95e9d9013f7f018684307d7cbe (diff) | |
download | pkgsrc-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 'inputmethod')
-rw-r--r-- | inputmethod/ibus-array/Makefile | 3 | ||||
-rw-r--r-- | inputmethod/libchewing/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/inputmethod/ibus-array/Makefile b/inputmethod/ibus-array/Makefile index d06dce687d2..c09b1517ac4 100644 --- a/inputmethod/ibus-array/Makefile +++ b/inputmethod/ibus-array/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2016/04/11 19:01:53 ryoon Exp $ +# $NetBSD: Makefile,v 1.17 2016/12/04 03:51:15 marino Exp $ DISTNAME= ibus-array-0.1.0 PKGREVISION= 3 @@ -32,4 +32,5 @@ SUBST_SED.epython= -e 's;exec python;exec ${PYTHONBIN};g' .include "../../devel/gettext-lib/buildlink3.mk" .include "../../inputmethod/ibus/buildlink3.mk" .include "../../lang/python/application.mk" +.include "../../devel/readline/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/inputmethod/libchewing/Makefile b/inputmethod/libchewing/Makefile index c7c8be7c347..7c9a6355afc 100644 --- a/inputmethod/libchewing/Makefile +++ b/inputmethod/libchewing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2016/04/11 19:01:35 ryoon Exp $ +# $NetBSD: Makefile,v 1.15 2016/12/04 03:51:15 marino Exp $ # DISTNAME= libchewing-0.4.0 @@ -21,4 +21,5 @@ PKGCONFIG_OVERRIDE= chewing.pc.in TEST_TARGET= check .include "../../databases/sqlite3/buildlink3.mk" +.include "../../devel/readline/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |