diff options
author | pawel <pawel@FreeBSD.org> | 2013-03-05 03:53:50 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-03-05 03:53:50 +0800 |
commit | 00bf3cc6498fd6b493eb1d5f7acf68426c1efc51 (patch) | |
tree | 1f29f949d1fb45df981b153b5245861f404fe5aa /devel/libftdi | |
parent | 984b2bbd1e6c297458fad3773de8aa5b4cf5f493 (diff) | |
download | freebsd-ports-gnome-00bf3cc6498fd6b493eb1d5f7acf68426c1efc51.tar.gz freebsd-ports-gnome-00bf3cc6498fd6b493eb1d5f7acf68426c1efc51.tar.zst freebsd-ports-gnome-00bf3cc6498fd6b493eb1d5f7acf68426c1efc51.zip |
Bump after boost update
PR: ports/176016
Submitted by: Chris Dukes <chris.dukes.aix@gmail.com>
Approved by: maintainer timeout
Diffstat (limited to 'devel/libftdi')
-rw-r--r-- | devel/libftdi/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/libftdi/Makefile b/devel/libftdi/Makefile index 1f3124600b2d..97eba9d70b0f 100644 --- a/devel/libftdi/Makefile +++ b/devel/libftdi/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: libftdi -# Date created: 2006-07-27 -# Whom: Olexandr Davydenko <o.davydenko@gmail.com> -# +# Created by: Olexandr Davydenko <o.davydenko@gmail.com> # $FreeBSD$ -# PORTNAME= libftdi PORTVERSION= 0.18 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.intra2net.com/en/developer/libftdi/download/ @@ -29,7 +26,7 @@ PORTDOCS= COPYING.LIB ChangeLog README PLIST_SUB+= BOOST="" CONFIGURE_ARGS+= --with-boost CXXFLAGS+= "-I${LOCALBASE}/include" -LIB_DEPENDS+= boost_system.4:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS+= boost_system:${PORTSDIR}/devel/boost-libs .else PLIST_SUB+= BOOST="@comment " CONFIGURE_ARGS+= --without-boost |