diff options
author | tg <tg@FreeBSD.org> | 2000-11-16 21:14:26 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2000-11-16 21:14:26 +0800 |
commit | 632e7bed2eb9c861e2a6a9e4ba8d468e2202287a (patch) | |
tree | 6533b837b6bbeea0ee202590402a974afe5ab7bb /misc | |
parent | 97813f2e4b6086b07dddd1d7060ce9094fddfed3 (diff) | |
download | freebsd-ports-gnome-632e7bed2eb9c861e2a6a9e4ba8d468e2202287a.tar.gz freebsd-ports-gnome-632e7bed2eb9c861e2a6a9e4ba8d468e2202287a.tar.zst freebsd-ports-gnome-632e7bed2eb9c861e2a6a9e4ba8d468e2202287a.zip |
Depend on ncurses.5 after the upgrade of devel/ncurses.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/kcd-devel/Makefile | 2 | ||||
-rw-r--r-- | misc/kcd/Makefile | 2 | ||||
-rw-r--r-- | misc/mc/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
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 |