From d93d81f47fedf1f85626526f518a2ba9c1ac1d21 Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 10 Dec 2006 19:36:32 +0000 Subject: Correct a dump shift typo to fix the plist. Reported by: pointyhat via kris --- devel/pwlib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel') 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: -- cgit