pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/gssdp
Module Name: pkgsrc
Committed By: marino
Date: Sun Dec 4 21:56:30 UTC 2016
Modified Files:
pkgsrc/net/gssdp: Makefile
Log Message:
net/gssdp: Specify readline and ncurses requirements
Solves:
/usr/libexec/binutils225/elf/ld.gold: error: cannot find -lreadline
/usr/libexec/binutils225/elf/ld.gold: error: cannot find -lncurses
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/net/gssdp/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/gssdp/Makefile
diff -u pkgsrc/net/gssdp/Makefile:1.59 pkgsrc/net/gssdp/Makefile:1.60
--- pkgsrc/net/gssdp/Makefile:1.59 Sun Dec 4 05:17:09 2016
+++ pkgsrc/net/gssdp/Makefile Sun Dec 4 21:56:30 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2016/12/04 05:17:09 ryoon Exp $
+# $NetBSD: Makefile,v 1.60 2016/12/04 21:56:30 marino Exp $
DISTNAME= gssdp-1.0.0
PKGREVISION= 1
@@ -22,4 +22,6 @@ PKGCONFIG_OVERRIDE+= gssdp-1.0.pc.in
.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../lang/vala/buildlink3.mk"
.include "../../net/libsoup/buildlink3.mk"
+.include "../../devel/ncurses/buildlink3.mk"
+.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index