diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-27 22:48:10 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-27 22:48:10 +0000 |
commit | 4acc3980172dce2b99edaa09bd6563c7f790e519 (patch) | |
tree | f0d987ba71b81e3891d4052f43c6b36eb3fcf2e3 /multimedia/slideshow | |
parent | cd58a539991573fcd9eabf55cdede2add526cf8a (diff) | |
download | ports-4acc3980172dce2b99edaa09bd6563c7f790e519.tar.gz ports-4acc3980172dce2b99edaa09bd6563c7f790e519.zip |
Notes
Diffstat (limited to 'multimedia/slideshow')
-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> |