games/chroma: fux build without SDL
Don't use USES=sdl without USE_SDL. Reported by: reprise
This commit is contained in:
parent
51623a88a7
commit
cea75571e8
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ COMMENT= Abstract puzzle game
|
|||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= gettext localbase sdl tar:bzip2
|
||||
USES= gettext localbase tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CONFLICTS_INSTALL= chroma-syntax-highlighter
|
||||
|
@ -32,7 +32,7 @@ CURSES_CONFIGURE_ENABLE=curses
|
|||
CURSES_PLIST_FILES= bin/${PORTNAME}-curses
|
||||
SDL_CONFIGURE_ENABLE= sdl
|
||||
SDL_LIB_DEPENDS= libfreetype.so:print/freetype2
|
||||
SDL_USES= pkgconfig
|
||||
SDL_USES= pkgconfig sdl
|
||||
SDL_USE= SDL=sdl,image
|
||||
SDL_PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
|
|
Loading…
Reference in a new issue