diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-12-11 03:36:32 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-12-11 03:36:32 +0800 |
commit | 7693cfc733810bd181bac4d48630204697843844 (patch) | |
tree | f1fd79fc8aa580afc88975fa575bb03ca47fc49e /devel | |
parent | 7ce7b8a8e257b0adc86ce28e28714364abcba6d5 (diff) | |
download | freebsd-ports-gnome-7693cfc733810bd181bac4d48630204697843844.tar.gz freebsd-ports-gnome-7693cfc733810bd181bac4d48630204697843844.tar.zst freebsd-ports-gnome-7693cfc733810bd181bac4d48630204697843844.zip |
Correct a dump shift typo to fix the plist.
Reported by: pointyhat via kris
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pwlib/Makefile | 2 |
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: |