diff options
author | Martin Matuska <mm@FreeBSD.org> | 2009-08-13 20:08:58 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2009-08-13 20:08:58 +0000 |
commit | 08c70c37f3697ff778d4b72d48e90b31efd425ad (patch) | |
tree | dc307aebbbacf626051f9a6bffa013e0b488ba0a /graphics/cimg | |
parent | 36a579c7fb813142299c3a6d853fe8f0a6b83b0b (diff) |
- Does not build with ffmpeg 0.5, unbreak by disabling ffmpeg
- Mark MAKE_JOBS_SAFE for SMP compilation
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=239475
Diffstat (limited to 'graphics/cimg')
-rw-r--r-- | graphics/cimg/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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 |