diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-11-14 00:44:10 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-11-14 00:44:10 +0000 |
commit | 878c2609c8aae8ccec2a1de88997682137ce645e (patch) | |
tree | 3c3a14e8e634d61f6980d335cb38f7d4d11c110b /misc/pinfo | |
parent | Use USE_PYTHON. This port still doesn't package, but at least in gets (diff) |
Shlib version of ncurses is now at 5. These ports still don't build
(ncurses version mismatch?) but at least we're seeing real compilation
errors.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=35116
Diffstat (limited to 'misc/pinfo')
-rw-r--r-- | misc/pinfo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/pinfo/Makefile b/misc/pinfo/Makefile index a273d5515c41..e12925412d6b 100644 --- a/misc/pinfo/Makefile +++ b/misc/pinfo/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://zeus.polsl.gliwice.pl/~pborys/stable-version/ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \ - ncurses.4:${PORTSDIR}/devel/ncurses + ncurses.5:${PORTSDIR}/devel/ncurses GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-included-gettext --with-readline \ |