summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/mp3blaster/Makefile2
-rw-r--r--editors/biew/Makefile2
-rw-r--r--mail/mutt-devel/Makefile4
-rw-r--r--mail/mutt/Makefile4
-rw-r--r--mail/mutt14/Makefile4
-rw-r--r--misc/kcd-devel/Makefile2
-rw-r--r--misc/kcd/Makefile2
-rw-r--r--misc/mc/Makefile2
-rw-r--r--net-im/centericq/Makefile2
-rw-r--r--net/centericq/Makefile2
-rw-r--r--net/trafshow/Makefile2
-rw-r--r--net/trafshow3/Makefile2
-rw-r--r--net/trafshow4/Makefile2
-rw-r--r--shells/flash/Makefile2
14 files changed, 17 insertions, 17 deletions
diff --git a/audio/mp3blaster/Makefile b/audio/mp3blaster/Makefile
index a8cf0a4e2ab0..5cfeb968952c 100644
--- a/audio/mp3blaster/Makefile
+++ b/audio/mp3blaster/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400010
-LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses
+LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses
.endif
GNU_CONFIGURE= yes
diff --git a/editors/biew/Makefile b/editors/biew/Makefile
index a1e504b45b80..582fe680f32e 100644
--- a/editors/biew/Makefile
+++ b/editors/biew/Makefile
@@ -26,7 +26,7 @@ HOST_CFLAGS= ${CFLAGS} -DLIBDIR="\'\"${PREFIX}/share\"\'"
MAKEFILE= makefile
.if ${OSVERSION} < 400010
-LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses
+LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses
HOST_CFLAGS+= -D__FreeBSD_version=${OSVERSION} -I${LOCALBASE}/include
HOST_LD+= -L${LOCALBASE}/lib
.endif
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile
index 88742eec74a5..cdc86491ec33 100644
--- a/mail/mutt-devel/Makefile
+++ b/mail/mutt-devel/Makefile
@@ -47,8 +47,8 @@ LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
.if defined(WITH_SLANG)
LIB_DEPENDS+= slang.1:${PORTSDIR}/devel/libslang
.elif defined(WITH_NCURSES_PORT)
-LIB_DEPENDS+= ncurses.4:${PORTSDIR}/devel/ncurses
-CFLAGS+= -I${PREFIX}/include/ncurses
+LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
+CFLAGS+= -I${PREFIX}/include/ncurses -I${PREFIX}/include
.endif
.if defined(WITH_SSL)
USE_OPENSSL= YES
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index 88742eec74a5..cdc86491ec33 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -47,8 +47,8 @@ LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
.if defined(WITH_SLANG)
LIB_DEPENDS+= slang.1:${PORTSDIR}/devel/libslang
.elif defined(WITH_NCURSES_PORT)
-LIB_DEPENDS+= ncurses.4:${PORTSDIR}/devel/ncurses
-CFLAGS+= -I${PREFIX}/include/ncurses
+LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
+CFLAGS+= -I${PREFIX}/include/ncurses -I${PREFIX}/include
.endif
.if defined(WITH_SSL)
USE_OPENSSL= YES
diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile
index 88742eec74a5..cdc86491ec33 100644
--- a/mail/mutt14/Makefile
+++ b/mail/mutt14/Makefile
@@ -47,8 +47,8 @@ LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
.if defined(WITH_SLANG)
LIB_DEPENDS+= slang.1:${PORTSDIR}/devel/libslang
.elif defined(WITH_NCURSES_PORT)
-LIB_DEPENDS+= ncurses.4:${PORTSDIR}/devel/ncurses
-CFLAGS+= -I${PREFIX}/include/ncurses
+LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
+CFLAGS+= -I${PREFIX}/include/ncurses -I${PREFIX}/include
.endif
.if defined(WITH_SSL)
USE_OPENSSL= YES
diff --git a/misc/kcd-devel/Makefile b/misc/kcd-devel/Makefile
index c9317448131f..3e7928774fe6 100644
--- a/misc/kcd-devel/Makefile
+++ b/misc/kcd-devel/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400010
-LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses
+LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses
.endif
USE_NEWGCC= yes
diff --git a/misc/kcd/Makefile b/misc/kcd/Makefile
index c9317448131f..3e7928774fe6 100644
--- a/misc/kcd/Makefile
+++ b/misc/kcd/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400010
-LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses
+LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses
.endif
USE_NEWGCC= yes
diff --git a/misc/mc/Makefile b/misc/mc/Makefile
index 2c98379eaf70..15eac6e6c350 100644
--- a/misc/mc/Makefile
+++ b/misc/mc/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= reg@FreeBSD.org
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
.if defined(WITH_NCURSES_PORT)
-LIB_DEPENDS+= ncurses.4:${PORTSDIR}/devel/ncurses
+LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
.elif defined(WITH_SLANG)
LIB_DEPENDS+= slang.1:${PORTSDIR}/devel/libslang
BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile
index f9ce14b3b4a9..d09883afec8f 100644
--- a/net-im/centericq/Makefile
+++ b/net-im/centericq/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400010
-LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses
+LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses
CFLAGS+= -nostdinc -I${LOCALBASE}/include/ncurses -I${LOCALBASE}/include\
-I/usr/include
.endif
diff --git a/net/centericq/Makefile b/net/centericq/Makefile
index f9ce14b3b4a9..d09883afec8f 100644
--- a/net/centericq/Makefile
+++ b/net/centericq/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400010
-LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses
+LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses
CFLAGS+= -nostdinc -I${LOCALBASE}/include/ncurses -I${LOCALBASE}/include\
-I/usr/include
.endif
diff --git a/net/trafshow/Makefile b/net/trafshow/Makefile
index 72adc71d17a2..f55ed7e434ab 100644
--- a/net/trafshow/Makefile
+++ b/net/trafshow/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= jseger@FreeBSD.org
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400010
-LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses
+LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses
.endif
GNU_CONFIGURE= yes
diff --git a/net/trafshow3/Makefile b/net/trafshow3/Makefile
index 72adc71d17a2..f55ed7e434ab 100644
--- a/net/trafshow3/Makefile
+++ b/net/trafshow3/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= jseger@FreeBSD.org
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400010
-LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses
+LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses
.endif
GNU_CONFIGURE= yes
diff --git a/net/trafshow4/Makefile b/net/trafshow4/Makefile
index 72adc71d17a2..f55ed7e434ab 100644
--- a/net/trafshow4/Makefile
+++ b/net/trafshow4/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= jseger@FreeBSD.org
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400010
-LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses
+LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses
.endif
GNU_CONFIGURE= yes
diff --git a/shells/flash/Makefile b/shells/flash/Makefile
index 24510509d1bb..a11c6aaefc89 100644
--- a/shells/flash/Makefile
+++ b/shells/flash/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org
# outdated version of ncurses in non-CURRENT
.if ${OSVERSION} < 400000
-LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses
+LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses
.endif
GNU_CONFIGURE= yes