mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
f83c7639aa
prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
15 lines
288 B
Makefile
15 lines
288 B
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 2
|
|
CATEGORIES= multimedia
|
|
|
|
COMMENT= Gstreamer Video 4 Linux 2 source plugin
|
|
|
|
GST_PLUGIN= gst_v4l2
|
|
PKGNAMESUFFIX?= -plugins-v4l2
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
|
|
|
|
.include "${MASTERDIR}/Makefile"
|