diff options
author | Juergen Lock <nox@FreeBSD.org> | 2012-06-02 19:49:36 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2012-06-02 19:49:36 +0000 |
commit | 1a4034a927c04fa77940000e33290a1c99438083 (patch) | |
tree | 9b2ab2135ee492a76dbc981ef2f23de00ddc9273 /comms | |
parent | f9c1938da060c21d117041a47315c0448e9ad1a5 (diff) | |
download | ports-1a4034a927c04fa77940000e33290a1c99438083.tar.gz ports-1a4034a927c04fa77940000e33290a1c99438083.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/lirc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/lirc/Makefile b/comms/lirc/Makefile index dfc05614c38c..30c8acb792d0 100644 --- a/comms/lirc/Makefile +++ b/comms/lirc/Makefile @@ -55,7 +55,7 @@ PLIST_SUB+= SMODE2="@comment " .if empty(PORT_OPTIONS:MMINIMAL) BUILD_DEPENDS+= ${LOCALBASE}/lib/libirman.a:${PORTSDIR}/comms/libirman -LIB_DEPENDS+= ftdi.19:${PORTSDIR}/devel/libftdi +LIB_DEPENDS+= ftdi:${PORTSDIR}/devel/libftdi CONFIGURE_ARGS+= --with-driver=userspace .else CONFIGURE_ARGS+= --with-driver=dvico |