View | Details | Raw Unified | Return to bug 75190
Collapse All | Expand All

(-)lirc/Makefile (-2 / +2 lines)
Lines 22-34 Link Here
22
USE_REINPLACE=	yes
22
USE_REINPLACE=	yes
23
23
24
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
24
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
25
CONFIGURE_ARGS=		--disable-manage-devices
25
CONFIGURE_ARGS=		--disable-manage-devices --with-devdir=/var/lirc
26
26
27
.include <bsd.port.pre.mk>
27
.include <bsd.port.pre.mk>
28
28
29
.if defined(WITH_IRMAN)
29
.if defined(WITH_IRMAN)
30
CONFIGURE_ARGS+=	--with-driver=irman
30
CONFIGURE_ARGS+=	--with-driver=irman
31
BUILD_DEPENDS=		${LOCALBASE}/libirman.a:${PORTSDIR}/comms/libirman
31
BUILD_DEPENDS=		${LOCALBASE}/lib/libirman.a:${PORTSDIR}/comms/libirman
32
.if ${OSVERSION} >= 500041
32
.if ${OSVERSION} >= 500041
33
# These are already included in the getopt_long case on < 50041
33
# These are already included in the getopt_long case on < 50041
34
CPPFLAGS+=		-I${LOCALBASE}/include
34
CPPFLAGS+=		-I${LOCALBASE}/include

Return to bug 75190