svn commit: r371448 - head/comms/lirc

Juergen Lock nox at FreeBSD.org
Fri Oct 24 16:17:49 UTC 2014


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 at 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


More information about the svn-ports-head mailing list