aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libv4l
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-03 13:57:46 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-03 13:57:46 +0000
commit2ca4195def04afed0ca2984ad28c4fe1486efa9d (patch)
tree2385ca2e581242ab2b8ec3f2e9883fa9f7c171ef /multimedia/libv4l
parent0b9237831bcf11d6ac1b966c0e510a7f32056be9 (diff)
downloadports-2ca4195def04afed0ca2984ad28c4fe1486efa9d.tar.gz
ports-2ca4195def04afed0ca2984ad28c4fe1486efa9d.zip
- Stage support
- Convert to USES
Notes
Notes: svn path=/head/; revision=342445
Diffstat (limited to 'multimedia/libv4l')
-rw-r--r--multimedia/libv4l/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/multimedia/libv4l/Makefile b/multimedia/libv4l/Makefile
index bbe4046029be..ab73e7325957 100644
--- a/multimedia/libv4l/Makefile
+++ b/multimedia/libv4l/Makefile
@@ -17,14 +17,11 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg
MAKE_ARGS= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" LIBDIR="${PREFIX}/lib"
USE_BZIP2= yes
-USE_GMAKE= yes
+USES= gmake
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/lib
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
post-patch:
@${REINPLACE_CMD} -e 's|$$(LIBDIR)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \
-e 's|-lrt||g' \
@@ -33,4 +30,4 @@ post-patch:
${WRKSRC}/libv4lconvert/Makefile
@${RM} ${WRKSRC}/../include/linux/videodev2.h
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>