diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-14 21:30:17 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-14 21:30:17 +0000 |
commit | e4d2bbd991b29c7c026eec27fee0665a18549f4e (patch) | |
tree | 15912d39f9122e45d4d5b8fab0689c3b4a7bb564 | |
parent | 4f6a796c67903a9a8e79e973b8ff0b0ec36319fb (diff) |
devel/godot2: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | devel/godot2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/godot2/Makefile b/devel/godot2/Makefile index 72148d26eec9..b3370d40a3f2 100644 --- a/devel/godot2/Makefile +++ b/devel/godot2/Makefile @@ -23,7 +23,8 @@ RUN_DEPENDS= xdg-user-dir:devel/xdg-user-dirs \ xdg-open:devel/xdg-utils \ xmessage:x11/xmessage -USES= compiler:c++11-lib gl pkgconfig scons ssl xorg +USES= compiler:c++11-lib cpe gl pkgconfig scons ssl xorg +CPE_VENDOR= godotengine USE_XORG= x11 xcursor xi xinerama xrandr USE_GL= gl glu |