From 08c70c37f3697ff778d4b72d48e90b31efd425ad Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Thu, 13 Aug 2009 20:08:58 +0000 Subject: - Does not build with ffmpeg 0.5, unbreak by disabling ffmpeg - Mark MAKE_JOBS_SAFE for SMP compilation - Bump PORTREVISION --- graphics/cimg/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'graphics') diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile index 6cfe5ba636f8..f12eb96df782 100644 --- a/graphics/cimg/Makefile +++ b/graphics/cimg/Makefile @@ -7,7 +7,7 @@ PORTNAME= cimg PORTVERSION= 1.3.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= graphics devel MASTER_SITES= SF @@ -23,8 +23,12 @@ MAKE_ENV= CPPFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" \ X11PATH=${LOCALBASE} +# Disable ffmpeg, does not build with ffmpeg 0.5 +WITHOUT_FFMPEG= yes + .if !defined(NOPORTDOCS) USE_GMAKE= yes +MAKE_JOBS_SAFE= yes REINPLACE_ARGS= -i "" LIB_DEPENDS+= board.0:${PORTSDIR}/graphics/libboard -- cgit v1.2.3