aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2015-08-18 08:50:11 +0800
committerjbeich <jbeich@FreeBSD.org>2015-08-18 08:50:11 +0800
commitbd8062e5a12718c6c14543fc3d4f63021b0698bd (patch)
tree998395369ebcd5ab5848439e6e577528442d09ee
parent531d916d61fff4219fd70b1c1267c4f642be4db3 (diff)
downloadfreebsd-ports-gnome-bd8062e5a12718c6c14543fc3d4f63021b0698bd.tar.gz
freebsd-ports-gnome-bd8062e5a12718c6c14543fc3d4f63021b0698bd.tar.zst
freebsd-ports-gnome-bd8062e5a12718c6c14543fc3d4f63021b0698bd.zip
multimedia/mpv: drop nop include after r391260
multimedia/ffmpeg doesn't use non-default prefix for include directories unlike multimedia/ffmpeg0 or multimedia/libav. PR: 202401 Approved by: Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
-rw-r--r--multimedia/mpv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile
index 6edc5d62bff3..97466f315119 100644
--- a/multimedia/mpv/Makefile
+++ b/multimedia/mpv/Makefile
@@ -33,7 +33,7 @@ USE_XORG= x11 xv xxf86vm
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
-CPPFLAGS+= -I.. -I${LOCALBASE}/include/ffmpeg -I${LOCALBASE}/include
+CPPFLAGS+= -I.. -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --prefix=${PREFIX} \