diff options
author | edwin <edwin@FreeBSD.org> | 2004-01-28 06:48:10 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-01-28 06:48:10 +0800 |
commit | 2203ceb03e75fda54350fbc2a9ed3afd8dec84a6 (patch) | |
tree | bb4d680a4b48f7614ea68162db1f98050450cab3 /multimedia | |
parent | 402cfef1ca49f8960d6360445606b608382adc33 (diff) | |
download | freebsd-ports-gnome-2203ceb03e75fda54350fbc2a9ed3afd8dec84a6.tar.gz freebsd-ports-gnome-2203ceb03e75fda54350fbc2a9ed3afd8dec84a6.tar.zst freebsd-ports-gnome-2203ceb03e75fda54350fbc2a9ed3afd8dec84a6.zip |
Let multimedia/slideshow use USE_SDL.
PR: ports/61805
Approved by: Stefan Farfeleder <stefan@fafoe.narf.at>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/slideshow/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/multimedia/slideshow/Makefile b/multimedia/slideshow/Makefile index 9e362ef82557..38255a01019d 100644 --- a/multimedia/slideshow/Makefile +++ b/multimedia/slideshow/Makefile @@ -15,20 +15,18 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/-pre/} MAINTAINER= stefan@fafoe.narf.at COMMENT= A slideshow presentation tool to write slides in Python or XML -LIB_DEPENDS= SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \ - SDL_image.10:${PORTSDIR}/graphics/sdl_image \ - xml2.5:${PORTSDIR}/textproc/libxml2 \ +LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ smpeg.1:${PORTSDIR}/multimedia/smpeg WRKSRC= ${WRKDIR}/${DISTNAME:C/-pre.*//} -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config INSTALLS_SHLIB= yes USE_GMAKE= yes USE_LIBTOOL= yes USE_PYTHON= yes USE_REINPLACE= yes +USE_SDL= image ttf CONFIGURE_ARGS+= --disable-gtk-gui -CONFIGURE_ENV+= SDL_CONFIG="${SDL_CONFIG}" LDFLAGS="-lstdc++" +CONFIGURE_ENV+= LDFLAGS="-lstdc++" .include <bsd.port.pre.mk> |