summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-03-21 09:52:24 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-03-21 09:52:24 +0000
commit14e6b988dfb19a2345fb991f3c98ae6c41bf808f (patch)
tree3eb340d1e80db526a8b9d480da1f87601031f7e5 /devel
parentRemove stray BROKEN message, fix patching. (diff)
WITH_VIDEO is a internal port macro and not a option. This fixes plist.
Submitted by: miwi Pointyhat to: kwm
Notes
Notes: svn path=/head/; revision=314833
Diffstat (limited to 'devel')
-rw-r--r--devel/ptlib26/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ptlib26/Makefile b/devel/ptlib26/Makefile
index 95fa4b33dd4b..d01362d4a6e9 100644
--- a/devel/ptlib26/Makefile
+++ b/devel/ptlib26/Makefile
@@ -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