diff options
author | edwin <edwin@FreeBSD.org> | 2004-01-28 14:17:42 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-01-28 14:17:42 +0800 |
commit | 13ed3c3178c708eff6d89bd07d0781292f874e11 (patch) | |
tree | 24dd57bcf418dae48ce4b624cc61680639f70e73 /multimedia | |
parent | 80980bb80dce5860e7c0f26324d46c3b31f3b2b0 (diff) | |
download | freebsd-ports-gnome-13ed3c3178c708eff6d89bd07d0781292f874e11.tar.gz freebsd-ports-gnome-13ed3c3178c708eff6d89bd07d0781292f874e11.tar.zst freebsd-ports-gnome-13ed3c3178c708eff6d89bd07d0781292f874e11.zip |
Let multimedia/libxine properly use USE_SDL
PR: 61805
Approved by: MANTANI Nobutaka <nobutaka@freebsd.org>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libxine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile index 1f1c2afd36c2..a8084c36953a 100644 --- a/multimedia/libxine/Makefile +++ b/multimedia/libxine/Makefile @@ -35,7 +35,7 @@ WANT_GNOME= yes USE_GNOME= gnomehack gnometarget USE_GMAKE= yes USE_GL= yes -USE_SDL= yes +USE_SDL= sdl USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/dvdread -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ |