diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-22 18:33:20 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-22 18:33:20 +0000 |
commit | 6e5719ca80bba1b1c1a97fa29ba2147a5c1ba81e (patch) | |
tree | bdb6dbf3e5d4ada04784a3327eb91e0145530524 /multimedia/libv4l/Makefile | |
parent | b8355694f11dec2ab058a135acfc1a0f3c8967c0 (diff) |
Notes
Diffstat (limited to 'multimedia/libv4l/Makefile')
-rw-r--r-- | multimedia/libv4l/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/libv4l/Makefile b/multimedia/libv4l/Makefile index 788cb0eb0369..27465bea8749 100644 --- a/multimedia/libv4l/Makefile +++ b/multimedia/libv4l/Makefile @@ -24,13 +24,12 @@ WRKSRC= ${WRKDIR}/v4l-utils-${PORTVERSION} .if ${LIBV4L_SLAVE} != compat BUILD_DEPENDS+= v4l_compat>=${PORTVERSION}:${PORTSDIR}/multimedia/v4l_compat -LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg \ - libargp.so:${PORTSDIR}/devel/argp-standalone +LIB_DEPENDS+= libargp.so:${PORTSDIR}/devel/argp-standalone GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USES+= gmake iconv libtool pathfix pkgconfig +USES+= gmake iconv jpeg libtool pathfix pkgconfig USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-libdvbv5 \ --disable-qv4l2 \ |