summaryrefslogtreecommitdiffstats
path: root/comms/lirc
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>2006-08-23 00:41:37 +0000
committergrog <grog@FreeBSD.org>2006-08-23 00:41:37 +0000
commita97fceac7f4dd99cf45b0620fdfd41415e0fd3a1 (patch)
treee9fad55ac7f7a7f5d19a2238450d22bf3ee2d6f0 /comms/lirc
parente865f977e3d0bd5dba848921ea2b65c9235b7159 (diff)
downloadFreeBSD-ports-a97fceac7f4dd99cf45b0620fdfd41415e0fd3a1.zip
FreeBSD-ports-a97fceac7f4dd99cf45b0620fdfd41415e0fd3a1.tar.gz
Don't offer irman as an option. It's required to build the port.
Submitted by: Daniel O'Connor (maintainer)
Diffstat (limited to 'comms/lirc')
-rw-r--r--comms/lirc/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/comms/lirc/Makefile b/comms/lirc/Makefile
index 0c559b9..90f71c1 100644
--- a/comms/lirc/Makefile
+++ b/comms/lirc/Makefile
@@ -23,8 +23,6 @@ INSTALLS_SHLIB= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --disable-manage-devices --with-devdir=/var/lirc
-OPTIONS= IRMAN "Build with libirman support" On
-
.include <bsd.port.pre.mk>
.if ${ARCH} == "i386"
@@ -34,7 +32,6 @@ PLIST_SUB+= SMODE2=
PLIST_SUB+= SMODE2="@comment "
.endif
-.if defined(WITH_IRMAN)
BUILD_DEPENDS+= ${LOCALBASE}/lib/libirman.a:${PORTSDIR}/comms/libirman
CONFIGURE_ARGS+= --with-driver=irman
.if ${OSVERSION} >= 500041
@@ -43,9 +40,6 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
.endif
-.else
-CONFIGURE_ARGS+= --with-driver=any
-.endif
MAN1= ircat.1 irexec.1 irpty.1 irrecord.1 irsend.1 irw.1 \
irxevent.1 mode2.1 smode2.1 xmode2.1
OpenPOWER on IntegriCloud