- Add dependency on gettext-tools: msgfmt is always used to process .desktop file; fixes build with disabled NLS
This commit is contained in:
parent
1e48ce9ca0
commit
866f7c7559
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424811
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ COMMENT= Arcade-style, top-scrolling space shooter
|
|||
LIB_DEPENDS= libGLC.so:graphics/quesoglc
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake localbase pkgconfig
|
||||
USES= gmake gettext-tools localbase pkgconfig
|
||||
USE_SDL= sdl2 image2
|
||||
USE_GL= gl glu
|
||||
CONFIGURE_ARGS= --disable-sdl \
|
||||
|
|
Loading…
Reference in a new issue