diff options
author | mm <mm@FreeBSD.org> | 2009-08-14 04:08:58 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2009-08-14 04:08:58 +0800 |
commit | c03cf5bd371ed12b63face153d026ebe961e8135 (patch) | |
tree | bb466cf2d606bba97033ee233c26b3e5074ba0ff | |
parent | e00aedd48bb5651fa54dcb9605210a5bd0974a47 (diff) | |
download | freebsd-ports-gnome-c03cf5bd371ed12b63face153d026ebe961e8135.tar.gz freebsd-ports-gnome-c03cf5bd371ed12b63face153d026ebe961e8135.tar.zst freebsd-ports-gnome-c03cf5bd371ed12b63face153d026ebe961e8135.zip |
- Does not build with ffmpeg 0.5, unbreak by disabling ffmpeg
- Mark MAKE_JOBS_SAFE for SMP compilation
- Bump PORTREVISION
-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 |