mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
games/atanks: Unbreak on F8, F9, DF and fix plist
The C++ compiler was harcoded to clang++ and the plist wasn't complete.
This commit is contained in:
parent
3aaa9ce650
commit
1491f74a60
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355915
@ -15,6 +15,7 @@ LIB_DEPENDS= liballeg.so:${PORTSDIR}/devel/allegro
|
||||
|
||||
USES= gmake
|
||||
MAKE_ARGS+= PREFIX=${PREFIX}/
|
||||
MAKE_ARGS+= CC=${CC} CPP=${CXX} LD=${LD}
|
||||
PATCH_DEBUG= 1
|
||||
|
||||
PORTDOCS= Changelog README README_ru.txt credits.txt
|
||||
|
@ -289,3 +289,7 @@ share/pixmaps/atanks.png
|
||||
@dirrm %%DATADIR%%/misc
|
||||
@dirrm %%DATADIR%%/button
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrmtry share/icons/hicolor/48x48/apps
|
||||
@dirrmtry share/icons/hicolor/48x48
|
||||
@dirrmtry share/icons/hicolor
|
||||
@dirrmtry share/icons
|
||||
|
Loading…
Reference in New Issue
Block a user