aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authornox <nox@FreeBSD.org>2013-10-04 02:26:02 +0800
committernox <nox@FreeBSD.org>2013-10-04 02:26:02 +0800
commitdf07c2794c643abc21a14dca1aeac0444ad6ebec (patch)
tree76a331f47ebffb9e56b03afe1364356cbd428991 /multimedia
parent9cf6e6e063d1a65e0c4e5b403dbcc8d913a6e3b7 (diff)
downloadfreebsd-ports-graphics-df07c2794c643abc21a14dca1aeac0444ad6ebec.tar.gz
freebsd-ports-graphics-df07c2794c643abc21a14dca1aeac0444ad6ebec.tar.zst
freebsd-ports-graphics-df07c2794c643abc21a14dca1aeac0444ad6ebec.zip
Use proper braces for -I${VDRDIR} (oops!)
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/vdr-plugin-xineliboutput/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/vdr-plugin-xineliboutput/Makefile b/multimedia/vdr-plugin-xineliboutput/Makefile
index 0d18859fa37..cdd0b20adce 100644
--- a/multimedia/vdr-plugin-xineliboutput/Makefile
+++ b/multimedia/vdr-plugin-xineliboutput/Makefile
@@ -37,7 +37,7 @@ NO_STAGE= yes
.include <bsd.port.pre.mk>
-CONFIGURE_ARGS+= --cc="${CC}" --cxx="${CXX}" --add-cflags=-I$(VDRDIR)
+CONFIGURE_ARGS+= --cc="${CC}" --cxx="${CXX}" --add-cflags=-I${VDRDIR}
.if ${PORT_OPTIONS:MLIBEXTRACTOR}
LIB_DEPENDS+= extractor:${PORTSDIR}/textproc/libextractor