View | Details | Raw Unified | Return to bug 57482
Collapse All | Expand All

(-)misc/kdeaddons3/Makefile (-6 / +2 lines)
Lines 16-33 Link Here
16
COMMENT=	Additional plugins and scripts for some KDE applications
16
COMMENT=	Additional plugins and scripts for some KDE applications
17
17
18
LIB_DEPENDS+=	noatun.0:${PORTSDIR}/multimedia/kdemultimedia3 \
18
LIB_DEPENDS+=	noatun.0:${PORTSDIR}/multimedia/kdemultimedia3 \
19
		kdegames:${PORTSDIR}/games/kdegames3 \
19
		kdegames:${PORTSDIR}/games/kdegames3
20
		SDL-1.1.5:${PORTSDIR}/devel/sdl12
21
22
WITH_SDL=	yes
23
SDL_CONFIG=	sdl11-config
24
CONFIGURE_ENV+=	SDL_CONFIG="${LOCALBASE}/bin/${SDL_CONFIG}"
25
20
26
USE_KDEBASE_VER=3
21
USE_KDEBASE_VER=3
27
PREFIX=		${KDE_PREFIX}
22
PREFIX=		${KDE_PREFIX}
28
23
29
USE_BZIP2=	yes
24
USE_BZIP2=	yes
30
USE_GMAKE=	yes
25
USE_GMAKE=	yes
26
USE_SDL=	yes
31
USE_REINPLACE=	yes
27
USE_REINPLACE=	yes
32
GNU_CONFIGURE=	yes
28
GNU_CONFIGURE=	yes
33
INSTALLS_SHLIB=	yes
29
INSTALLS_SHLIB=	yes

Return to bug 57482