diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2014-01-27 04:28:06 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2014-01-27 04:28:06 +0000 |
commit | 15518b2854d7745aec113c1ba21d17268c8ec7bf (patch) | |
tree | 9344e2efe0555157e35a3353e4e75c94b8a4e5b5 | |
parent | 689fb2d226ade2631d06573c8ded0b5706705606 (diff) | |
download | freebsd-ports-15518b2854d7745aec113c1ba21d17268c8ec7bf.zip |
- Mark broken. Recent version of multimedia/lib4vl does not include the
necessary headers. Unfortunately when I tested this port, I had some old
cruft left behind.
-rw-r--r-- | math/octave-forge-image-acquisition/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/octave-forge-image-acquisition/Makefile b/math/octave-forge-image-acquisition/Makefile index 3042e51852fb..7526b36496b0 100644 --- a/math/octave-forge-image-acquisition/Makefile +++ b/math/octave-forge-image-acquisition/Makefile @@ -13,6 +13,8 @@ LICENSE= GPLv3 LIB_DEPENDS= v4l2:${PORTSDIR}/multimedia/libv4l \ fltk:${PORTSDIR}/x11-toolkits/fltk +BROKEN= Recent versions of libv4l do not include necessary headers + GNU_CONFIGURE= yes # OCTSRC is the name of the directory of the package. |