diff options
author | danfe <danfe@FreeBSD.org> | 2014-03-15 20:27:11 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2014-03-15 20:27:11 +0800 |
commit | 77b16a3a9c799b7eb0b09b9d6ba5c2357d1b8f22 (patch) | |
tree | 422d29e7bb5abc2ea113f5e4ac83998f99132037 /multimedia/libav | |
parent | e95c05d7ae4ccf5b3fe60ae62f343a77540dab3a (diff) | |
download | freebsd-ports-gnome-77b16a3a9c799b7eb0b09b9d6ba5c2357d1b8f22.tar.gz freebsd-ports-gnome-77b16a3a9c799b7eb0b09b9d6ba5c2357d1b8f22.tar.zst freebsd-ports-gnome-77b16a3a9c799b7eb0b09b9d6ba5c2357d1b8f22.zip |
When setting USE_XORG via OPTION helper, use comma syntax universally; in
`devel/sdl12', `graphics/blender', and `multimedia/libav' ports they were
set incorrectly, which caused build failures of `devel/sdl12' without the
OpenGL, for example.
Also, while at it, in `multimedia/libmpeg2', fix sed(1) based patching to
produce more neat results, and use official spelling of MPEG abbreviation
in COMMENT (port description still needs cleaning up).
Diffstat (limited to 'multimedia/libav')
-rw-r--r-- | multimedia/libav/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/libav/Makefile b/multimedia/libav/Makefile index b06d4d00ba9a..8ecc6a08f5eb 100644 --- a/multimedia/libav/Makefile +++ b/multimedia/libav/Makefile @@ -137,7 +137,7 @@ VORBIS_CONFIGURE_ENABLE= libvorbis VPX_LIB_DEPENDS= libvpx.so:${PORTSDIR}/multimedia/libvpx VPX_CONFIGURE_ENABLE= libvpx -X11GRAB_USE= XORG=x11 xext xfixes +X11GRAB_USE= XORG=x11,xext,xfixes X264_LIB_DEPENDS= libx264.so:${PORTSDIR}/multimedia/x264 X264_CONFIGURE_ENABLE= libx264 |