Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2013 09:52:25 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r314833 - head/devel/ptlib26
Message-ID:  <201303210952.r2L9qPJq021003@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Thu Mar 21 09:52:24 2013
New Revision: 314833
URL: http://svnweb.freebsd.org/changeset/ports/314833

Log:
  WITH_VIDEO is a internal port macro and not a option. This fixes plist.
  
  Submitted by:	miwi
  Pointyhat to:	kwm

Modified:
  head/devel/ptlib26/Makefile

Modified: head/devel/ptlib26/Makefile
==============================================================================
--- head/devel/ptlib26/Makefile	Thu Mar 21 09:46:03 2013	(r314832)
+++ head/devel/ptlib26/Makefile	Thu Mar 21 09:52:24 2013	(r314833)
@@ -84,7 +84,7 @@ CONFIGURE_ARGS+=--disable-v4l
 PLIST_SUB+=	V4L="@comment "
 .endif
 
-.if ${PORT_OPTIONS:MVIDEO}
+.if defined(WITH_VIDEO)
 CONFIGURE_ARGS+=	--enable-video
 PLIST_SUB+=	VIDEODIR=""
 .else



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