--- GNUmakefile.old	2016-02-25 01:54:06.000000000 +0100
+++ GNUmakefile	2016-02-25 01:55:35.000000000 +0100
@@ -20,7 +20,7 @@ include mk/Autoconf.mk
 define make-config
 LIB		:= $(LIB)
 HAVE_GTK	:= $(call ac_pkg_config,gtk+-3.0)
-HAVE_VTE	:= $(call ac_pkg_config,vte)
+HAVE_VTE	:= $(call ac_pkg_config,vte-2.91)
 endef
 
 #################################################################
@@ -29,7 +29,7 @@ endef
 ifeq ($(HAVE_GTK)$(HAVE_VTE),yesyes)
   TARGETS += gamt
   gamt : CFLAGS += -Wno-strict-prototypes
-  gamt : pkglst += gtk+-3.0 vte
+  gamt : pkglst += gtk+-3.0 vte-2.91
 endif
 
 CFLAGS += $(shell test "$(pkglst)" != "" && pkg-config --cflags $(pkglst))