diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-08-18 08:50:11 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-08-18 08:50:11 +0800 |
commit | bd8062e5a12718c6c14543fc3d4f63021b0698bd (patch) | |
tree | 998395369ebcd5ab5848439e6e577528442d09ee /multimedia | |
parent | 531d916d61fff4219fd70b1c1267c4f642be4db3 (diff) | |
download | freebsd-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)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mpv/Makefile | 2 |
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} \ |