pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/gnome-terminal



Module Name:    pkgsrc
Committed By:   joerg
Date:           Tue Jun 27 20:11:28 UTC 2017

Modified Files:
        pkgsrc/x11/gnome-terminal: Makefile

Log Message:
Specify upper limit consistent with vte's b3.mk.


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/x11/gnome-terminal/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/gnome-terminal/Makefile
diff -u pkgsrc/x11/gnome-terminal/Makefile:1.74 pkgsrc/x11/gnome-terminal/Makefile:1.75
--- pkgsrc/x11/gnome-terminal/Makefile:1.74     Sun Feb 12 06:26:11 2017
+++ pkgsrc/x11/gnome-terminal/Makefile  Tue Jun 27 20:11:28 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2017/02/12 06:26:11 ryoon Exp $
+# $NetBSD: Makefile,v 1.75 2017/06/27 20:11:28 joerg Exp $
 
 DISTNAME=              gnome-terminal-2.32.1
 PKGREVISION=           30
@@ -43,6 +43,6 @@ BUILDLINK_API_DEPENDS.gtk2+=  gtk2+>=2.13
 .include "../../x11/libXft/buildlink3.mk"
 BUILDLINK_API_DEPENDS.startup-notification+=   startup-notification>=0.8
 .include "../../x11/startup-notification/buildlink3.mk"
-BUILDLINK_API_DEPENDS.vte+=    vte>=0.24.0
+BUILDLINK_API_DEPENDS.vte+=    vte>=0.24.0<0.32
 .include "../../x11/vte/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index