diff options
author | Greg Lehey <grog@FreeBSD.org> | 2006-08-23 00:41:37 +0000 |
---|---|---|
committer | Greg Lehey <grog@FreeBSD.org> | 2006-08-23 00:41:37 +0000 |
commit | 38db3f95fdb5331254e6623307b84cc839ca7d90 (patch) | |
tree | bc927e2f082608a54c86ba76bcdd1857375762a5 /comms/lirc | |
parent | 93c7756bc8a6253432c9e6749e655024a755cc54 (diff) | |
download | ports-38db3f95fdb5331254e6623307b84cc839ca7d90.tar.gz ports-38db3f95fdb5331254e6623307b84cc839ca7d90.zip |
Notes
Diffstat (limited to 'comms/lirc')
-rw-r--r-- | comms/lirc/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/comms/lirc/Makefile b/comms/lirc/Makefile index 0c559b9dbb23..90f71c1a938b 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 |