pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/swift



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Aug  2 08:50:45 UTC 2016

Modified Files:
        pkgsrc/chat/swift: Makefile

Log Message:
A bug in boost-headers broke this package. Depend on fixed version.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/chat/swift/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/swift/Makefile
diff -u pkgsrc/chat/swift/Makefile:1.12 pkgsrc/chat/swift/Makefile:1.13
--- pkgsrc/chat/swift/Makefile:1.12     Mon Jun  6 11:17:11 2016
+++ pkgsrc/chat/swift/Makefile  Tue Aug  2 08:50:45 2016
@@ -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"



Home | Main Index | Thread Index | Old Index