diff options
Diffstat (limited to 'games/vkquake/Makefile')
-rw-r--r-- | games/vkquake/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/vkquake/Makefile b/games/vkquake/Makefile index 1d118598db34..75eb2cb370a5 100644 --- a/games/vkquake/Makefile +++ b/games/vkquake/Makefile @@ -1,8 +1,11 @@ PORTNAME= vkquake DISTVERSION= 1.32.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= 85ddf2386f15944c26317a763d4044077fc8731f.patch:-p1 + MAINTAINER= seafork@disroot.org COMMENT= Vulkan Quake port based on QuakeSpasm WWW= https://github.com/Novum/vkQuake |