Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2013 18:26:02 +0000 (UTC)
From:      Juergen Lock <nox@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329220 - head/multimedia/vdr-plugin-xineliboutput
Message-ID:  <201310031826.r93IQ2Ni040666@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310031826.r93IQ2Ni040666>