Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Apr 2019 18:31:09 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499105 - head/comms/owfs
Message-ID:  <201904161831.x3GIV9Q6066252@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Tue Apr 16 18:31:08 2019
New Revision: 499105
URL: https://svnweb.freebsd.org/changeset/ports/499105

Log:
  comms/owfs: Spell FTDI_CONFIGURE_ENABLE correctly

Modified:
  head/comms/owfs/Makefile

Modified: head/comms/owfs/Makefile
==============================================================================
--- head/comms/owfs/Makefile	Tue Apr 16 18:25:52 2019	(r499104)
+++ head/comms/owfs/Makefile	Tue Apr 16 18:31:08 2019	(r499105)
@@ -4,6 +4,7 @@
 PORTNAME=	owfs
 PORTVERSION=	3.2p3
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	comms
 
 MAINTAINER=	johan@stromnet.se
@@ -32,7 +33,7 @@ CONFIGURE_ARGS+=	--disable-parport
 AVAHI_CONFIGURE_ENABLE=		avahi
 AVAHI_LIB_DEPENDS=		libavahi-client.so:net/avahi-app
 
-FDTDI_CONFIGURE_EANBLE=		ftdi
+FTDI_CONFIGURE_ENABLE=		ftdi
 FTDI_LIB_DEPENDS=		libftdi.so:devel/libftdi
 
 OWDEBUG_CONFIGURE_ENABLE=	debug



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904161831.x3GIV9Q6066252>