pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[PATCH] security/gnupg2 lists devel/editline dependency



Author:    Lokesh Mandvekar <lsm5%fedoraproject.org@localhost>

Signed-off-by: Lokesh Mandvekar <lsm5%fedoraproject.org@localhost>

Error when devel/editline is not listed as a dependency

---ERROR---
===> Creating toolchain wrappers for gnupg2-2.0.20
ERROR: editline>=3.0.20130712nb1 is not installed; can't buildlink files.
*** Error code 1

Stop.
bmake: stopped in /home/lsm5/repositories/pkgsrc/security/gnupg2
*** Error code 1

Stop.
---ERROR---

Including devel/editline/buildlink3.mk fixes this
---
 security/gnupg2/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile
index eeb18e6..5e8e804 100644
--- a/security/gnupg2/Makefile
+++ b/security/gnupg2/Makefile
@@ -49,4 +49,5 @@ BUILDLINK_API_DEPENDS.libksba+=               libksba>=1.0.2
 .include "../../security/libksba/buildlink3.mk"
 .include "../../security/pinentry/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"
+.include "../../devel/editline/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
-- 
1.8.3.1

-- 
Lokesh


Home | Main Index | Thread Index | Old Index