svn commit: r314833 - head/devel/ptlib26

Koop Mast kwm at FreeBSD.org
Thu Mar 21 09:52:25 UTC 2013


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


More information about the svn-ports-all mailing list