diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
commit | 8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch) | |
tree | 1e9812bc2638933184cae2b226809eb69253bb9f /devel/libftdi | |
parent | be8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff) | |
download | ports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.tar.gz ports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.zip |
Notes
Diffstat (limited to 'devel/libftdi')
-rw-r--r-- | devel/libftdi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libftdi/Makefile b/devel/libftdi/Makefile index 26c59f771dde..e5f00eb0cc49 100644 --- a/devel/libftdi/Makefile +++ b/devel/libftdi/Makefile @@ -7,6 +7,7 @@ PORTNAME= libftdi PORTVERSION= 0.17 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.intra2net.com/en/developer/libftdi/download/ @@ -15,7 +16,7 @@ COMMENT= A library (using libusb) to talk to FTDI chips OPTIONS= BOOST "Build with boost" off -USE_AUTOTOOLS= autoconf:262 libtool:22 automake:110 +USE_AUTOTOOLS= autoconf:267 libtool:22 automake:110 GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" USE_LDCONFIG= yes |