diff options
author | marino <marino@pkgsrc.org> | 2016-12-04 21:56:30 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2016-12-04 21:56:30 +0000 |
commit | 00e17e073f5dc0af3b35a333a2aa1a496b0b8dba (patch) | |
tree | a26f69d03d4ca65f3eb8e65f327081b8152f04cd /net | |
parent | 7bd1a9391724a41d01abde32817e66c45ddbe08a (diff) | |
download | pkgsrc-00e17e073f5dc0af3b35a333a2aa1a496b0b8dba.tar.gz |
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
Diffstat (limited to 'net')
-rw-r--r-- | net/gssdp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/gssdp/Makefile b/net/gssdp/Makefile index 0de5688bc20..b8dfca2a082 100644 --- a/net/gssdp/Makefile +++ b/net/gssdp/Makefile @@ -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" |