svn commit: r329220 - head/multimedia/vdr-plugin-xineliboutput

Juergen Lock nox at FreeBSD.org
Thu Oct 3 18:26:03 UTC 2013


Author: nox
Date: Thu Oct  3 18:26:02 2013
New Revision: 329220
URL: http://svnweb.freebsd.org/changeset/ports/329220

Log:
  Use proper braces for -I${VDRDIR} (oops!)

Modified:
  head/multimedia/vdr-plugin-xineliboutput/Makefile

Modified: head/multimedia/vdr-plugin-xineliboutput/Makefile
==============================================================================
--- head/multimedia/vdr-plugin-xineliboutput/Makefile	Thu Oct  3 18:18:01 2013	(r329219)
+++ head/multimedia/vdr-plugin-xineliboutput/Makefile	Thu Oct  3 18:26:02 2013	(r329220)
@@ -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


More information about the svn-ports-head mailing list