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 /pkgtools/packagekit | |
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 'pkgtools/packagekit')
-rw-r--r-- | pkgtools/packagekit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/packagekit/Makefile b/pkgtools/packagekit/Makefile index dcefb76c201..5b866248a03 100644 --- a/pkgtools/packagekit/Makefile +++ b/pkgtools/packagekit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2016/08/03 10:23:19 adam Exp $ +# $NetBSD: Makefile,v 1.53 2016/12/04 03:51:16 marino Exp $ DISTNAME= PackageKit-0.4.0 PKGREVISION= 38 @@ -78,4 +78,5 @@ BUILDLINK_TRANSFORM+= rm:-DG_DISABLE_DEPRECATED .include "../../sysutils/dbus/buildlink3.mk" .include "../../sysutils/dbus-glib/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" +.include "../../devel/readline/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |