mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Eradiracte USE_GNOME=pkgconfig from games
While here: Convert USE_GMAKE to USES=gmake
This commit is contained in:
parent
894a8184ce
commit
992c579c4f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325929
@ -47,7 +47,7 @@ CONFIGURE_ARGS+= --with-midi-arg="${WITH_MIDI_PLAYER_ARGS}"
|
||||
.endif
|
||||
|
||||
.if defined(WITH_DEDICATED_SERVER_ONLY)
|
||||
USE_GNOME= pkgconfig # Needed for liblzma support
|
||||
USES+= pkgconfig # Needed for liblzma support
|
||||
CONFIGURE_ARGS+= --enable-dedicated
|
||||
# Aid it to find lzo2 headers; client build gets it via sdl-config
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ufoai
|
||||
@ -25,9 +25,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/base/default.cfg:${PORTSDIR}/games/u
|
||||
USE_BZIP2= yes
|
||||
USE_GL= yes
|
||||
USE_SDL= sdl image mixer ttf
|
||||
USES= gettext
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= pkgconfig
|
||||
USES= gettext gmake pkgconfig
|
||||
USE_OPENAL= soft
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --enable-release
|
||||
|
Loading…
Reference in New Issue
Block a user