pkgsrc-Users archive

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

net/megatools doesn't build with PREFER_PKGSRC=yes



Hi, everyone!

While playing with the PREFER_PKGSRC option I noticed that
net/megatools doesn't build. Adding the build dependency on
devel/libgetopt fixes the problem.
I am the maintainer of net/megatools, but I am not a commiter.
(The package was imported from wip some time ago.)

Could someone add the line to net/megatools/Makefile, please?

cvs diff: Diffing .
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/net/megatools/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile    30 Apr 2017 01:21:57 -0000      1.5
+++ Makefile    9 Sep 2017 14:08:17 -0000
@@ -18,6 +18,7 @@

 PKGCONFIG_OVERRIDE+=   libmega.pc.in

+.include "../../devel/libgetopt/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Thanks!

--
Aleksej Lebedev


Home | Main Index | Thread Index | Old Index