aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2009-05-12 19:28:17 +0800
committeritetcu <itetcu@FreeBSD.org>2009-05-12 19:28:17 +0800
commit8e65539a1529b2047b2d27802d8f60a1b7abeb15 (patch)
tree531604e4bbb6839c64352e26e5b58507e46db43b /devel
parent7ec2264a596c728ea5f8d50d9caf5aeae9c57e38 (diff)
downloadfreebsd-ports-gnome-8e65539a1529b2047b2d27802d8f60a1b7abeb15.tar.gz
freebsd-ports-gnome-8e65539a1529b2047b2d27802d8f60a1b7abeb15.tar.zst
freebsd-ports-gnome-8e65539a1529b2047b2d27802d8f60a1b7abeb15.zip
Fix LIB_DEPENDS on devel/readline: its sh lib version was bumped recently from
5 to 6. Forgotten by: araujo@ Reported by: QAT
Diffstat (limited to 'devel')
-rw-r--r--devel/hs-haddock/Makefile6
-rw-r--r--devel/hs-hmake/Makefile4
-rw-r--r--devel/jtag/Makefile6
-rw-r--r--devel/omake/Makefile6
-rw-r--r--devel/urjtag/Makefile6
5 files changed, 14 insertions, 14 deletions
diff --git a/devel/hs-haddock/Makefile b/devel/hs-haddock/Makefile
index ace2a14713c0..55e9b0d735b3 100644
--- a/devel/hs-haddock/Makefile
+++ b/devel/hs-haddock/Makefile
@@ -6,7 +6,7 @@
PORTNAME= haddock
PORTVERSION= 2.1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel haskell
MASTER_SITES= http://hackage.haskell.org/packages/archive/haddock/${PORTVERSION}/
PKGNAMEPREFIX= hs-
@@ -17,8 +17,8 @@ COMMENT= A documentation tool for Haskell
.if !defined(SLAVE)
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
-.if exists(${LOCALBASE}/lib/libreadline.so.5)
-LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
+.if exists(${LOCALBASE}/lib/libreadline.so.6)
+LIB_DEPENDS+= readline.6:${PORTSDIR}/devel/readline
.endif
.else
diff --git a/devel/hs-hmake/Makefile b/devel/hs-hmake/Makefile
index 44fff25103ef..3df8f10ffb65 100644
--- a/devel/hs-hmake/Makefile
+++ b/devel/hs-hmake/Makefile
@@ -7,7 +7,7 @@
PORTNAME= hmake
PORTVERSION= 3.14
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel haskell
MASTER_SITES= http://www.haskell.org/hmake/ \
ftp://ftp.cs.york.ac.uk/pub/haskell/hmake/ \
@@ -19,7 +19,7 @@ COMMENT= Intelligent compilation management tool for Haskell programs
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
.if exists(${LOCALBASE}/lib/libreadline.so)
-LIB_DEPENDS= readline.5:${PORTSDIR}/devel/readline
+LIB_DEPENDS= readline.6:${PORTSDIR}/devel/readline
.endif
RUN_DEPENDS= ${BUILD_DEPENDS}
diff --git a/devel/jtag/Makefile b/devel/jtag/Makefile
index f38644942ab6..b3aa69780c6d 100644
--- a/devel/jtag/Makefile
+++ b/devel/jtag/Makefile
@@ -8,7 +8,7 @@
PORTNAME= jtag
PORTVERSION= 0.5.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=openwince
@@ -33,8 +33,8 @@ PORTDOCS= *
.include <bsd.port.pre.mk>
-.if exists(${LOCALBASE}/lib/libreadline.so.5)
-LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
+.if exists(${LOCALBASE}/lib/libreadline.so.6)
+LIB_DEPENDS+= readline.6:${PORTSDIR}/devel/readline
.endif
post-extract:
diff --git a/devel/omake/Makefile b/devel/omake/Makefile
index da1f7329d5e3..f4d1ca859e05 100644
--- a/devel/omake/Makefile
+++ b/devel/omake/Makefile
@@ -8,7 +8,7 @@
PORTNAME= omake
PORTVERSION= 0.9.8.5
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://omake.metaprl.org/downloads/
DISTNAME= omake-0.9.8.5-3
@@ -28,8 +28,8 @@ INFO= omake-doc
.include <bsd.port.pre.mk>
-.if exists(${LOCALBASE}/lib/libreadline.so.5)
-LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
+.if exists(${LOCALBASE}/lib/libreadline.so.6)
+LIB_DEPENDS+= readline.6:${PORTSDIR}/devel/readline
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.endif
diff --git a/devel/urjtag/Makefile b/devel/urjtag/Makefile
index cff04993927c..13682320528a 100644
--- a/devel/urjtag/Makefile
+++ b/devel/urjtag/Makefile
@@ -7,7 +7,7 @@
PORTNAME= urjtag
PORTVERSION= 0.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= SF
@@ -51,8 +51,8 @@ CONFIGURE_ARGS+= --with-libftdi
LIB_DEPENDS+= ftdi.15:${PORTSDIR}/devel/libftdi
.endif
-.if exists(${LOCALBASE}/lib/libreadline.so.5)
-LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
+.if exists(${LOCALBASE}/lib/libreadline.so.6)
+LIB_DEPENDS+= readline.6:${PORTSDIR}/devel/readline
.endif
.include <bsd.port.post.mk>