diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-04-29 17:57:03 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-04-29 17:57:03 +0000 |
commit | 2d214c77cd7b3bb0a71c8d946f6dd97cd12e74e8 (patch) | |
tree | 39fe015a388d77dddf39616f81185f417c6e3b18 /comms | |
parent | 541e4d5affbeffc2b6295c7f555a6b20c23115b1 (diff) | |
download | ports-2d214c77cd7b3bb0a71c8d946f6dd97cd12e74e8.tar.gz ports-2d214c77cd7b3bb0a71c8d946f6dd97cd12e74e8.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/lirc/Makefile | 5 |
1 files 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 |