diff options
author | nox <nox@FreeBSD.org> | 2014-10-25 00:17:48 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2014-10-25 00:17:48 +0800 |
commit | f0f1320db699e74ad51509c9d2502a9084cc6233 (patch) | |
tree | 1c0040fe07325be683a2907dbca8743e94a9e2e7 | |
parent | 01d2f06170f5c6fd18252b0783669561afa436cb (diff) | |
download | freebsd-ports-gnome-f0f1320db699e74ad51509c9d2502a9084cc6233.tar.gz freebsd-ports-gnome-f0f1320db699e74ad51509c9d2502a9084cc6233.tar.zst freebsd-ports-gnome-f0f1320db699e74ad51509c9d2502a9084cc6233.zip |
- 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)
-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 |