diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-11-14 01:13:31 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-11-14 01:13:31 +0000 |
commit | c32f8a34fff1908c35f42ac04d9fab4160c4f73d (patch) | |
tree | 4ae07b449e0a9d7cda2b36994d2c57d0efe5325d /net | |
parent | aa3426a784aee9eead463fa1a91e1ea5e8121706 (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/mudix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mudix/Makefile b/net/mudix/Makefile index 7816a90c3227..2bccc1bd5024 100644 --- a/net/mudix/Makefile +++ b/net/mudix/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://dwizardry.dhs.org/mudix/ MAINTAINER= will@FreeBSD.org -LIB_DEPENDS+= ncurses.4:${PORTSDIR}/devel/ncurses +LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses WRKSRC= ${WRKDIR}/${DISTNAME}/src ALL_TARGET= mudix |