diff options
author | flz <flz@FreeBSD.org> | 2006-08-02 04:41:21 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2006-08-02 04:41:21 +0800 |
commit | 5c1819f8e7f8be7499a09a9955f753de24bc4399 (patch) | |
tree | a23b66bea6e5f0111dae64ea6f3e090a5de77615 /multimedia/Makefile | |
parent | fea4d284dba7f0c25439daa2712601ff4d4b6b3d (diff) | |
download | freebsd-ports-graphics-5c1819f8e7f8be7499a09a9955f753de24bc4399.tar.gz freebsd-ports-graphics-5c1819f8e7f8be7499a09a9955f753de24bc4399.tar.zst freebsd-ports-graphics-5c1819f8e7f8be7499a09a9955f753de24bc4399.zip |
Add multimedia/v4l_compat port, a port that installs the <linux/videodev.h>
header file needed to build some piece of software with video4linux support.
Just BUILD_DEPENDS on it, and you should be fine.
Diffstat (limited to 'multimedia/Makefile')
-rw-r--r-- | multimedia/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index 74fa3ec8590..817717cd792 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -205,6 +205,7 @@ SUBDIR += toxine SUBDIR += transcode SUBDIR += tunapie + SUBDIR += v4l_compat SUBDIR += vamps SUBDIR += vcdgear SUBDIR += vcdimager |