pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
getdns: added missing dependecy on devel/libgetopt & security/openssl.
Module Name: pkgsrc-wip
Committed By: Aleksej Lebedev <root%zta.lk@localhost>
Pushed By: zhtw
Date: Fri Jul 19 13:57:14 2019 +0200
Changeset: 7eec0223f5a49c861d03669e16808f25f86c670b
Modified Files:
getdns/Makefile
Log Message:
getdns: added missing dependecy on devel/libgetopt & security/openssl.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7eec0223f5a49c861d03669e16808f25f86c670b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
getdns/Makefile | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diffs:
diff --git a/getdns/Makefile b/getdns/Makefile
index 1782bacdcd..8a6117a8d0 100644
--- a/getdns/Makefile
+++ b/getdns/Makefile
@@ -16,9 +16,11 @@ USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= getdns.pc.in
PKGCONFIG_OVERRIDE+= getdns_ext_event.pc.in
-.include "../../devel/libidn/buildlink3.mk"
.include "../../devel/libevent/buildlink3.mk"
-.include "../../net/unbound/buildlink3.mk"
+.include "../../devel/libgetopt/buildlink3.mk"
+.include "../../devel/libidn/buildlink3.mk"
.include "../../devel/protobuf-c/buildlink3.mk"
.include "../../net/fstrm/buildlink3.mk"
+.include "../../net/unbound/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index