From 2d214c77cd7b3bb0a71c8d946f6dd97cd12e74e8 Mon Sep 17 00:00:00 2001 From: Marcus Alves Grando Date: Sat, 29 Apr 2006 17:57:03 +0000 Subject: [PATCH] - portlint(1) PR: 95766 Submitted by: Alexander Botero-Lowry Approved by: maintainer timeout (14 days) --- comms/lirc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/comms/lirc/Makefile b/comms/lirc/Makefile index f34ce0bf6641..0c559b9dbb23 100644 --- a/comms/lirc/Makefile +++ b/comms/lirc/Makefile @@ -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