mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
- libirman is no longer only a static lib so move it from build to lib
depends. - Bump PORTREVISION. Reported by: Henry Hu <henry.hu.sh@gmail.com> (via private email)
This commit is contained in:
parent
9c1a554aba
commit
e681bc5123
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371448
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= lirc
|
||||
PORTVERSION= 0.9.0
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= comms
|
||||
MASTER_SITES= SF/${PORTNAME}/LIRC/${PORTVERSION}
|
||||
@ -47,8 +47,8 @@ PLIST_SUB+= SMODE2="@comment "
|
||||
.endif
|
||||
|
||||
.if empty(PORT_OPTIONS:MMINIMAL)
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/lib/libirman.a:${PORTSDIR}/comms/libirman
|
||||
LIB_DEPENDS+= libftdi.so:${PORTSDIR}/devel/libftdi
|
||||
LIB_DEPENDS+= libftdi.so:${PORTSDIR}/devel/libftdi \
|
||||
libirman.so:${PORTSDIR}/comms/libirman
|
||||
CONFIGURE_ARGS+= --with-driver=userspace
|
||||
.else
|
||||
CONFIGURE_ARGS+= --with-driver=dvico
|
||||
|
Loading…
Reference in New Issue
Block a user