pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/vte3



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Sat Oct 14 13:35:35 UTC 2017

Modified Files:
        pkgsrc/x11/vte3: Makefile

Log Message:
vte3: requires glib-marshal which is now in py-glib2-tools


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/vte3/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/vte3/Makefile
diff -u pkgsrc/x11/vte3/Makefile:1.3 pkgsrc/x11/vte3/Makefile:1.4
--- pkgsrc/x11/vte3/Makefile:1.3        Sun Jul 30 22:47:59 2017
+++ pkgsrc/x11/vte3/Makefile    Sat Oct 14 13:35:35 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2017/07/30 22:47:59 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2017/10/14 13:35:35 prlw1 Exp $
 #
 
 DISTNAME=      vte-0.38.4
@@ -22,6 +22,7 @@ CONFIGURE_ARGS+=      --enable-Bsymbolic=auto
 CONFIGURE_ARGS+=       --disable-introspection
 CONFIGURE_ARGS+=       --disable-vala
 
+.include "../../devel/glib2/buildtools.mk"
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../mk/termcap.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index