diff options
author | wiz <wiz@pkgsrc.org> | 2016-08-02 08:50:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-08-02 08:50:45 +0000 |
commit | db3050aa461063bfe037f2606804325c87718762 (patch) | |
tree | db6fd88bb846979d2e4c79a02be6fee652f90a71 /chat | |
parent | 2c687e16740e252e56b15246891327f01c447047 (diff) | |
download | pkgsrc-db3050aa461063bfe037f2606804325c87718762.tar.gz |
A bug in boost-headers broke this package. Depend on fixed version.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/swift/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/swift/Makefile b/chat/swift/Makefile index 707c8d967c8..bdf1fcd731b 100644 --- a/chat/swift/Makefile +++ b/chat/swift/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2016/06/06 11:17:11 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2016/08/02 08:50:45 wiz Exp $ DISTNAME= swift-3.0 PKGREVISION= 2 @@ -46,6 +46,8 @@ do-install: ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 .include "../../lang/python/application.mk" +BUILDLINK_API_DEPENDS.boost-headers+= boost-headers>=1.61.0nb1 +.include "../../devel/boost-headers/buildlink3.mk" .include "../../devel/boost-libs/buildlink3.mk" .include "../../devel/libidn/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" |