summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-10-20 09:34:03 +0000
committerJohn Marino <marino@FreeBSD.org>2014-10-20 09:34:03 +0000
commite37d39a111017a0b8874a67a04110fdacc42dfb6 (patch)
treead654e472d3378e589b21dcb25a71b4f2d702f53 /multimedia
parentCleanup plist (diff)
Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build without the need for additional patches. Approved by: portmgr (bapt, blanket)
Notes
Notes: svn path=/head/; revision=371248
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/libva/Makefile2
-rw-r--r--multimedia/mencoder/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/libva/Makefile b/multimedia/libva/Makefile
index dc89c7a89124..ec2155959e83 100644
--- a/multimedia/libva/Makefile
+++ b/multimedia/libva/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat
LIB_DEPENDS= libdrm.so:${PORTSDIR}/graphics/libdrm
-USES= autoreconf libtool pkgconfig tar:bzip2
+USES= alias autoreconf libtool pkgconfig tar:bzip2
USE_XORG= glproto pciaccess xext xfixes
USE_GL= gl
GNU_CONFIGURE= yes
diff --git a/multimedia/mencoder/Makefile b/multimedia/mencoder/Makefile
index 35f5994f1d33..fbf0f40c94bb 100644
--- a/multimedia/mencoder/Makefile
+++ b/multimedia/mencoder/Makefile
@@ -41,7 +41,7 @@ TOOLFILES= aconvert.sh binary_codecs.sh calcbpp.pl \
subedit.pl subsearch.sh vobshift.py \
w32codec_dl.pl wma2ogg.pl
-USES+= shebangfix
+USES+= alias shebangfix
SHEBANG_FILES= TOOLS/calcbpp.pl TOOLS/checktree.sh TOOLS/countquant.pl \
TOOLS/divx2svcd.sh TOOLS/dvd2divxscript.pl TOOLS/mencvcd.sh \
TOOLS/mphelp_check.py TOOLS/plotpsnr.pl TOOLS/psnr-video.sh \