diff options
author | nox <nox@FreeBSD.org> | 2014-01-27 00:13:57 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2014-01-27 00:13:57 +0800 |
commit | bd058f615e7f74d7f41a3b6a747550babbb13a90 (patch) | |
tree | e326b6bfc8926f38414ce5cdde6c816be1366962 /multimedia | |
parent | e245b5c29cfc1576560013b22f422895694a9320 (diff) | |
download | freebsd-ports-gnome-bd058f615e7f74d7f41a3b6a747550babbb13a90.tar.gz freebsd-ports-gnome-bd058f615e7f74d7f41a3b6a747550babbb13a90.tar.zst freebsd-ports-gnome-bd058f615e7f74d7f41a3b6a747550babbb13a90.zip |
Deprecate: Included now in all supported FreeBSD versions.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/linux_v4l2wrapper-kmod/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/linux_v4l2wrapper-kmod/Makefile b/multimedia/linux_v4l2wrapper-kmod/Makefile index 875e3947362f..1a0d41366f50 100644 --- a/multimedia/linux_v4l2wrapper-kmod/Makefile +++ b/multimedia/linux_v4l2wrapper-kmod/Makefile @@ -18,6 +18,9 @@ PATCH_STRIP= -p1 WRKSRC= ${WRKDIR}/linux_v4l2 NO_STAGE= yes +# Remember to remove references to Makefile.sub in other ports... +DEPRECATED= Included now in all supported FreeBSD versions +EXPIRATION_DATE= 2014-03-15 USES= kmod .include <bsd.port.pre.mk> |