diff options
Diffstat (limited to 'devel/godot/Makefile')
-rw-r--r-- | devel/godot/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/godot/Makefile b/devel/godot/Makefile index f617a64e298b..c52f5a981192 100644 --- a/devel/godot/Makefile +++ b/devel/godot/Makefile @@ -3,6 +3,7 @@ PORTNAME= godot PORTVERSION= 1.0 +DISTVERSIONSUFFIX= -stable PORTREVISION= 1 CATEGORIES= devel games @@ -16,9 +17,6 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ USE_GITHUB= yes GH_ACCOUNT= okamstudio -GH_PROJECT= godot -GH_TAGNAME= ${PORTVERSION}-stable -GH_COMMIT= 7eb5d04 USES= scons pkgconfig compiler USE_XORG= x11 xcursor |