pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/py-vte



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Jun 28 08:15:17 UTC 2017

Modified Files:
        pkgsrc/x11/py-vte: Makefile

Log Message:
Match BUILDLINK_API_DEPENDS.vte upper limit.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/x11/py-vte/Makefile

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

Modified files:

Index: pkgsrc/x11/py-vte/Makefile
diff -u pkgsrc/x11/py-vte/Makefile:1.29 pkgsrc/x11/py-vte/Makefile:1.30
--- pkgsrc/x11/py-vte/Makefile:1.29     Sun Feb 12 06:24:57 2017
+++ pkgsrc/x11/py-vte/Makefile  Wed Jun 28 08:15:17 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2017/02/12 06:24:57 ryoon Exp $
+# $NetBSD: Makefile,v 1.30 2017/06/28 08:15:17 jperkin Exp $
 
 .include "../../x11/vte/Makefile.common"
 
@@ -28,7 +28,7 @@ pre-build:
        ${LN} -s ${BUILDLINK_DIR}/lib/libvte.la ${WRKSRC}/src/libvte.la
 
 .include "../../x11/py-gtk2/buildlink3.mk"
-BUILDLINK_API_DEPENDS.vte+=    vte>=${PKGVERSION_NOREV}
+BUILDLINK_API_DEPENDS.vte+=    vte>=${PKGVERSION_NOREV}<0.32
 .include "../../x11/vte/buildlink3.mk"
 PY_PATCHPLIST= yes
 .include "../../lang/python/extension.mk"



Home | Main Index | Thread Index | Old Index