- portlint(1)
PR: 95766 Submitted by: Alexander Botero-Lowry <alex___foxybanana.com> Approved by: maintainer timeout (14 days)
This commit is contained in:
parent
541e4d5aff
commit
2d214c77cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160816
1 changed files with 3 additions and 2 deletions
|
@ -18,7 +18,7 @@ USE_XLIB= yes
|
|||
USE_GETOPT_LONG=yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_REINPLACE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --disable-manage-devices --with-devdir=/var/lirc
|
||||
|
@ -33,8 +33,9 @@ PLIST_SUB+= SMODE2=
|
|||
.else
|
||||
PLIST_SUB+= SMODE2="@comment "
|
||||
.endif
|
||||
|
||||
.if defined(WITH_IRMAN)
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libirman.a:${PORTSDIR}/comms/libirman
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/lib/libirman.a:${PORTSDIR}/comms/libirman
|
||||
CONFIGURE_ARGS+= --with-driver=irman
|
||||
.if ${OSVERSION} >= 500041
|
||||
# These are already included in the getopt_long case on < 50041
|
||||
|
|
Loading…
Reference in a new issue