Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Oct 2014 16:17:49 +0000 (UTC)
From:      Juergen Lock <nox@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371448 - head/comms/lirc
Message-ID:  <201410241617.s9OGHnaO004486@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nox
Date: Fri Oct 24 16:17:48 2014
New Revision: 371448
URL: https://svnweb.freebsd.org/changeset/ports/371448
QAT: https://qat.redports.org/buildarchive/r371448/

Log:
  - libirman is no longer only a static lib so move it from build to lib
    depends.
  - Bump PORTREVISION.
  
  Reported by:	Henry Hu <henry.hu.sh@gmail.com> (via private email)

Modified:
  head/comms/lirc/Makefile

Modified: head/comms/lirc/Makefile
==============================================================================
--- head/comms/lirc/Makefile	Fri Oct 24 16:10:40 2014	(r371447)
+++ head/comms/lirc/Makefile	Fri Oct 24 16:17:48 2014	(r371448)
@@ -3,7 +3,7 @@
 
 PORTNAME=	lirc
 PORTVERSION=	0.9.0
-PORTREVISION=	6
+PORTREVISION=	7
 PORTEPOCH=	1
 CATEGORIES=	comms
 MASTER_SITES=	SF/${PORTNAME}/LIRC/${PORTVERSION}
@@ -47,8 +47,8 @@ PLIST_SUB+=	SMODE2="@comment "
 .endif
 
 .if empty(PORT_OPTIONS:MMINIMAL)
-BUILD_DEPENDS+=		${LOCALBASE}/lib/libirman.a:${PORTSDIR}/comms/libirman
-LIB_DEPENDS+=		libftdi.so:${PORTSDIR}/devel/libftdi
+LIB_DEPENDS+=		libftdi.so:${PORTSDIR}/devel/libftdi \
+			libirman.so:${PORTSDIR}/comms/libirman
 CONFIGURE_ARGS+=	--with-driver=userspace
 .else
 CONFIGURE_ARGS+=	--with-driver=dvico



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410241617.s9OGHnaO004486>