diff options
author | mikeh <mikeh@FreeBSD.org> | 2004-12-20 05:36:38 +0800 |
---|---|---|
committer | mikeh <mikeh@FreeBSD.org> | 2004-12-20 05:36:38 +0800 |
commit | 305f08874cbaf5e3fe449830eeb2b201341604a3 (patch) | |
tree | f0fa416a78d7934ff4a3ea2f7d04e1143ef19988 /comms | |
parent | 31f801740086281df7d69e625d9830a8884e9bbb (diff) | |
download | freebsd-ports-gnome-305f08874cbaf5e3fe449830eeb2b201341604a3.tar.gz freebsd-ports-gnome-305f08874cbaf5e3fe449830eeb2b201341604a3.tar.zst freebsd-ports-gnome-305f08874cbaf5e3fe449830eeb2b201341604a3.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
Diffstat (limited to 'comms')
-rw-r--r-- | comms/lirc/Makefile | 4 |
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 |