diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 18:47:01 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 18:47:01 +0800 |
commit | ef878751a79ba6aaefefa599a76c833c618977d5 (patch) | |
tree | e67483ee6a85fa279cba6dfa007a1304c37237d9 /games/iceicepenguin | |
parent | 78b522d04c8a56a2bcf7582bd65b2e049494ea9e (diff) | |
download | freebsd-ports-gnome-ef878751a79ba6aaefefa599a76c833c618977d5.tar.gz freebsd-ports-gnome-ef878751a79ba6aaefefa599a76c833c618977d5.tar.zst freebsd-ports-gnome-ef878751a79ba6aaefefa599a76c833c618977d5.zip |
games: Add missing USES={gnome,gl,sdl,xorg}
Diffstat (limited to 'games/iceicepenguin')
-rw-r--r-- | games/iceicepenguin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/iceicepenguin/Makefile b/games/iceicepenguin/Makefile index edb599e6f330..42718df4829e 100644 --- a/games/iceicepenguin/Makefile +++ b/games/iceicepenguin/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYGAME} WRKSRC= ${WRKDIR}/"ice ice penguin" -USES= python:run shebangfix zip +USES= gnome python:run shebangfix zip SHEBANG_FILES= iceicepengui.py NO_BUILD= yes NO_ARCH= yes |