aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2006-12-11 03:36:32 +0800
committermarcus <marcus@FreeBSD.org>2006-12-11 03:36:32 +0800
commitd93d81f47fedf1f85626526f518a2ba9c1ac1d21 (patch)
treef86a4a1e26f6393b5aaf1e1b6b2b3a2c41b179ff /devel
parent459be7b8b77d652977c22ae9805d9a9741bfc926 (diff)
downloadfreebsd-ports-gnome-d93d81f47fedf1f85626526f518a2ba9c1ac1d21.tar.gz
freebsd-ports-gnome-d93d81f47fedf1f85626526f518a2ba9c1ac1d21.tar.zst
freebsd-ports-gnome-d93d81f47fedf1f85626526f518a2ba9c1ac1d21.zip
Correct a dump shift typo to fix the plist.
Reported by: pointyhat via kris
Diffstat (limited to 'devel')
-rw-r--r--devel/pwlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile
index 3a74e5ef97c4..9d5ad61403e5 100644
--- a/devel/pwlib/Makefile
+++ b/devel/pwlib/Makefile
@@ -132,7 +132,7 @@ PLIST_SUB+= V4L=""
BUILD_DEPENDS+= ${LOCALBASE}/include/linux/videodev.h
.else
CONFIGURE_ARGS+=--disable-v4l
-PLIST_SUB+= V$L="@comment "
+PLIST_SUB+= V4L="@comment "
.endif
post-patch: