diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-06-06 04:31:52 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-06-06 04:31:52 +0000 |
| commit | a8964fc594cd2f213f551d97cc9963a4a8698ba6 (patch) | |
| tree | 0ed3129bc2e7969acdfbf2cf6d7c42e9302423ae /multimedia/transcode | |
| parent | b660ba93239f9c131c514a4e8bd5171722cc5395 (diff) | |
Notes
Diffstat (limited to 'multimedia/transcode')
| -rw-r--r-- | multimedia/transcode/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile index afecc5d673c9..3ec8da3b7a1d 100644 --- a/multimedia/transcode/Makefile +++ b/multimedia/transcode/Makefile @@ -27,8 +27,8 @@ USE_LDCONFIG= yes WANT_SDL= yes WANT_GNOME= yes USE_AUTOTOOLS= libtool -CONFIGURE_ENV= CPPFLAGS="-isystem /usr/include -isystem ${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ +CPPFLAGS+= -isystem ${LOCALBASE}/include +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ SDL_CONFIG="${SDL_CONFIG}" CONFIGURE_ARGS+= --with-libmpeg2-prefix=${LOCALBASE} \ --with-libavcodec-prefix=${LOCALBASE} \ @@ -194,7 +194,7 @@ CONFIGURE_ARGS+= --disable-libxml2 .endif .if defined(WITH_MJPEG) -LIB_DEPENDS+= lavjpeg-1.9.0:${PORTSDIR}/multimedia/mjpegtools +LIB_DEPENDS+= lavjpeg-2.0.0:${PORTSDIR}/multimedia/mjpegtools CONFIGURE_ARGS+= --with-mjpegtools-prefix=${LOCALBASE} --enable-mjpegtools .else CONFIGURE_ARGS+= --disable-mjpegtools |
