svn commit: r499105 - head/comms/owfs

Tobias Kortkamp tobik at FreeBSD.org
Tue Apr 16 18:31:10 UTC 2019


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 at 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


More information about the svn-ports-all mailing list