aboutsummaryrefslogtreecommitdiff
path: root/multimedia/slideshow
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-01-27 22:48:10 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-01-27 22:48:10 +0000
commit4acc3980172dce2b99edaa09bd6563c7f790e519 (patch)
treef0d987ba71b81e3891d4052f43c6b36eb3fcf2e3 /multimedia/slideshow
parentcd58a539991573fcd9eabf55cdede2add526cf8a (diff)
downloadports-4acc3980172dce2b99edaa09bd6563c7f790e519.tar.gz
ports-4acc3980172dce2b99edaa09bd6563c7f790e519.zip
Notes
Diffstat (limited to 'multimedia/slideshow')
-rw-r--r--multimedia/slideshow/Makefile8
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>