diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-02-14 19:37:57 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-02-14 19:37:57 +0000 |
commit | 2b4bb5d6788f9e6688f5214ac2aea68939c5bdc1 (patch) | |
tree | 73cd66c7b0f9bdc8340c38c0e586fbf2412ba1eb | |
parent | f3485e1cac95b20291c10a486da4295ac8ba92df (diff) | |
download | ports-2b4bb5d6788f9e6688f5214ac2aea68939c5bdc1.tar.gz ports-2b4bb5d6788f9e6688f5214ac2aea68939c5bdc1.zip |
Notes
-rw-r--r-- | devel/openocd/Makefile | 2 | ||||
-rw-r--r-- | devel/urjtag/Makefile | 3 | ||||
-rw-r--r-- | misc/ftdi-eeprom/Makefile | 1 |
3 files changed, 4 insertions, 2 deletions
diff --git a/devel/openocd/Makefile b/devel/openocd/Makefile index acced5ca6682..1c9ffb320f76 100644 --- a/devel/openocd/Makefile +++ b/devel/openocd/Makefile @@ -7,7 +7,7 @@ PORTNAME= openocd PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= BERLIOS diff --git a/devel/urjtag/Makefile b/devel/urjtag/Makefile index 59354fb11cea..2dbc9b28ff3b 100644 --- a/devel/urjtag/Makefile +++ b/devel/urjtag/Makefile @@ -7,6 +7,7 @@ PORTNAME= urjtag PORTVERSION= 0.10 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF @@ -48,7 +49,7 @@ EXTRA_PATCHES= ${FILESDIR}/extra-patch-usb .if !defined(WITHOUT_FTDI) CONFIGURE_ARGS+= --with-libftdi -LIB_DEPENDS+= ftdi.15:${PORTSDIR}/devel/libftdi +LIB_DEPENDS+= ftdi.18:${PORTSDIR}/devel/libftdi .endif .if exists(${LOCALBASE}/lib/libreadline.so.6) diff --git a/misc/ftdi-eeprom/Makefile b/misc/ftdi-eeprom/Makefile index 02eb5a746395..601701a76013 100644 --- a/misc/ftdi-eeprom/Makefile +++ b/misc/ftdi-eeprom/Makefile @@ -7,6 +7,7 @@ PORTNAME= ftdi-eeprom PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.bwct.de/ |