- Support staging
- Convert to new LIB_DEPENDS format
This commit is contained in:
parent
50cfaa4e6f
commit
cdc99ebe0a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328671
1 changed files with 1 additions and 2 deletions
|
@ -12,7 +12,7 @@ LICENSE= MIT
|
|||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat
|
||||
LIB_DEPENDS= drm:${PORTSDIR}/graphics/libdrm
|
||||
LIB_DEPENDS= libdrm.so:${PORTSDIR}/graphics/libdrm
|
||||
|
||||
USES= pkgconfig
|
||||
USE_BZIP2= yes
|
||||
|
@ -31,7 +31,6 @@ CFLAGS+= -DHAVE_LINUX_INTEGER_TYPES
|
|||
|
||||
OPTIONS_DEFINE= DEBUG
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDEBUG}
|
||||
|
|
Loading…
Reference in a new issue