diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
commit | c60c1d09235abbfd733e901b1872b86adc82027c (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /multimedia/libv4l | |
parent | 0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c (diff) | |
download | freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.gz freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.zst freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.zip |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'multimedia/libv4l')
-rw-r--r-- | multimedia/libv4l/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/libv4l/Makefile b/multimedia/libv4l/Makefile index fecb25ba68b2..42661d666166 100644 --- a/multimedia/libv4l/Makefile +++ b/multimedia/libv4l/Makefile @@ -23,7 +23,7 @@ USES= tar:bzip2 WRKSRC= ${WRKDIR}/v4l-utils-${PORTVERSION} .if ${LIBV4L_SLAVE} != compat -BUILD_DEPENDS+= v4l_compat>=${PORTVERSION}:${PORTSDIR}/multimedia/v4l_compat +BUILD_DEPENDS+= v4l_compat>=${PORTVERSION}:multimedia/v4l_compat GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -36,9 +36,9 @@ CONFIGURE_ARGS= --enable-libdvbv5 \ INSTALL_TARGET= install-strip . if ${LIBV4L_SLAVE} == utils -BUILD_DEPENDS+= libv4l>=${PORTVERSION}:${PORTSDIR}/multimedia/libv4l -LIB_DEPENDS+= libargp.so:${PORTSDIR}/devel/argp-standalone \ - libv4l2.so:${PORTSDIR}/multimedia/libv4l +BUILD_DEPENDS+= libv4l>=${PORTVERSION}:multimedia/libv4l +LIB_DEPENDS+= libargp.so:devel/argp-standalone \ + libv4l2.so:multimedia/libv4l # Disabling building libv4l in the utils slave is too much hackery # Lets wait for subpackages CONFIGURE_ARGS+=--enable-v4l-utils |