aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2012-07-25 01:27:57 +0800
committermm <mm@FreeBSD.org>2012-07-25 01:27:57 +0800
commitefc51efc1c5393d0b593b2d1d5f42886b240520e (patch)
tree11827ba50831bbe70e9d92adea402f76bed32fc0
parentcc2677d9da32d564124250a86b131612cb5a4e8d (diff)
downloadfreebsd-ports-gnome-efc51efc1c5393d0b593b2d1d5f42886b240520e.tar.gz
freebsd-ports-gnome-efc51efc1c5393d0b593b2d1d5f42886b240520e.tar.zst
freebsd-ports-gnome-efc51efc1c5393d0b593b2d1d5f42886b240520e.zip
Fix fetchability of example.y4m.bz2
PR: ports/170103 Reported by: Sayetsky Anton
-rw-r--r--multimedia/x264/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/x264/Makefile b/multimedia/x264/Makefile
index 2646ecf40a72..2471fe3428f0 100644
--- a/multimedia/x264/Makefile
+++ b/multimedia/x264/Makefile
@@ -88,7 +88,7 @@ CONFIGURE_ARGS+= --enable-debug
Y4M_VIDEO=example.y4m
Y4M_VIDEO_DISTFILE=example.y4m.bz2
-DISTFILES+= ${Y4M_VIDEO_DISTFILE}
+DISTFILES+= ${Y4M_VIDEO_DISTFILE}:pgo
ALL_TARGET= fprofiled
MAKE_ENV+= VIDS="${WRKDIR}/${Y4M_VIDEO}"