summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2016-08-02 08:50:45 +0000
committerwiz <wiz>2016-08-02 08:50:45 +0000
commit25b4266aa66ea97ebb4e016356b77487dbaff5d5 (patch)
tree30f014fdd3f9efd40091f501649e8920ccc7a463
parentd1459f710e3e60b7ddb66b73d2e743037939218c (diff)
downloadpkgsrc-25b4266aa66ea97ebb4e016356b77487dbaff5d5.tar.gz
A bug in boost-headers broke this package. Depend on fixed version.
-rw-r--r--chat/swift/Makefile4
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"