diff options
Diffstat (limited to 'devel/godot35-tools/Makefile')
-rw-r--r-- | devel/godot35-tools/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/devel/godot35-tools/Makefile b/devel/godot35-tools/Makefile deleted file mode 100644 index da578fedd6d4..000000000000 --- a/devel/godot35-tools/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -PKGNAMESUFFIX= 35-tools - -COMMENT= Game integrated development environment - -BROKEN= Fails to build, error: no member named 'u' in 'QuadraticBezierCurve<V>' -DEPRECATED= Fails to build and legacy, consider migrating to devel/godot-tools -EXPIRATION_DATE=2024-07-31 - -OPTIONS_EXCLUDE= # -OPTIONS_SLAVE= TOOLS -# we don't want the pkg-message from the master port -PKGMESSAGE= - -MASTERDIR= ${.CURDIR}/../godot35 - -.include "${MASTERDIR}/Makefile" |