diff options
author | Juergen Lock <nox@FreeBSD.org> | 2014-10-24 16:17:48 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2014-10-24 16:17:48 +0000 |
commit | e681bc51231baa49b0184bf6fe94fd704a352ada (patch) | |
tree | 1c0040fe07325be683a2907dbca8743e94a9e2e7 /comms/lirc/Makefile | |
parent | 9c1a554aba12ebe15d34e39cae464d5c9f5d424e (diff) | |
download | ports-e681bc51231baa49b0184bf6fe94fd704a352ada.tar.gz ports-e681bc51231baa49b0184bf6fe94fd704a352ada.zip |
Notes
Diffstat (limited to 'comms/lirc/Makefile')
-rw-r--r-- | comms/lirc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/lirc/Makefile b/comms/lirc/Makefile index c670911c89ed..81da1928ea76 100644 --- a/comms/lirc/Makefile +++ b/comms/lirc/Makefile @@ -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 |