mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Utilise USE_SDL.
PR: 57482 Submitted by: Thierry Thomas <thierry@pompo.net>
This commit is contained in:
parent
722e5e856d
commit
2faa601e2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90053
1 changed files with 2 additions and 6 deletions
|
@ -16,18 +16,14 @@ MAINTAINER?= kde@FreeBSD.org
|
|||
COMMENT= Additional plugins and scripts for some KDE applications
|
||||
|
||||
LIB_DEPENDS+= noatun.0:${PORTSDIR}/multimedia/kdemultimedia3 \
|
||||
kdegames:${PORTSDIR}/games/kdegames3 \
|
||||
SDL-1.1.5:${PORTSDIR}/devel/sdl12
|
||||
|
||||
WITH_SDL= yes
|
||||
SDL_CONFIG= sdl11-config
|
||||
CONFIGURE_ENV+= SDL_CONFIG="${LOCALBASE}/bin/${SDL_CONFIG}"
|
||||
kdegames:${PORTSDIR}/games/kdegames3
|
||||
|
||||
USE_KDEBASE_VER=3
|
||||
PREFIX= ${KDE_PREFIX}
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_SDL= yes
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
|
Loading…
Add table
Reference in a new issue