aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorMike Heffner <mikeh@FreeBSD.org>2004-12-19 21:36:38 +0000
committerMike Heffner <mikeh@FreeBSD.org>2004-12-19 21:36:38 +0000
commit97609abfada34fe173a99a074368ac60bdcb33cb (patch)
tree09f30c41da81ba3937e9cfee27437f32188a1304 /comms
parente4f9150bdf8f9a2a532f9bd3c6cd12cb81e1a643 (diff)
downloadports-97609abfada34fe173a99a074368ac60bdcb33cb.tar.gz
ports-97609abfada34fe173a99a074368ac60bdcb33cb.zip
Set the device directory to /var/lirc and check for libirman in the correct
location. Submitted by: Lewis Thompson <purple@lewiz.net> PR: ports/75190
Notes
Notes: svn path=/head/; revision=124526
Diffstat (limited to 'comms')
-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