diff options
author | lofi <lofi@FreeBSD.org> | 2003-10-03 01:53:11 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2003-10-03 01:53:11 +0800 |
commit | 53bdacc177159eccdcb3c4602cecd671df9c3278 (patch) | |
tree | d1e6fa3f1f0f8a897d35c2cbbbaa5758a24dd830 /misc/kdeaddons3 | |
parent | 3eba97425cb455a153d38073d04a872148d4eb65 (diff) | |
download | freebsd-ports-gnome-53bdacc177159eccdcb3c4602cecd671df9c3278.tar.gz freebsd-ports-gnome-53bdacc177159eccdcb3c4602cecd671df9c3278.tar.zst freebsd-ports-gnome-53bdacc177159eccdcb3c4602cecd671df9c3278.zip |
Utilise USE_SDL.
PR: 57482
Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'misc/kdeaddons3')
-rw-r--r-- | misc/kdeaddons3/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/misc/kdeaddons3/Makefile b/misc/kdeaddons3/Makefile index c9b0ef510364..6b80d28a08ff 100644 --- a/misc/kdeaddons3/Makefile +++ b/misc/kdeaddons3/Makefile @@ -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 |