aboutsummaryrefslogtreecommitdiff
path: root/comms/lirc
diff options
context:
space:
mode:
Diffstat (limited to 'comms/lirc')
-rw-r--r--comms/lirc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/lirc/Makefile b/comms/lirc/Makefile
index 552505bfa4c6..eac36adef287 100644
--- a/comms/lirc/Makefile
+++ b/comms/lirc/Makefile
@@ -22,13 +22,13 @@ USE_INC_LIBTOOL_VER=13
USE_REINPLACE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ARGS= --disable-manage-devices
+CONFIGURE_ARGS= --disable-manage-devices --with-devdir=/var/lirc
.include <bsd.port.pre.mk>
.if defined(WITH_IRMAN)
CONFIGURE_ARGS+= --with-driver=irman
-BUILD_DEPENDS= ${LOCALBASE}/libirman.a:${PORTSDIR}/comms/libirman
+BUILD_DEPENDS= ${LOCALBASE}/lib/libirman.a:${PORTSDIR}/comms/libirman
.if ${OSVERSION} >= 500041
# These are already included in the getopt_long case on < 50041
CPPFLAGS+= -I${LOCALBASE}/include