diff options
author | tg <tg@FreeBSD.org> | 2000-11-16 13:14:26 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2000-11-16 13:14:26 +0000 |
commit | 632e7bed2eb9c861e2a6a9e4ba8d468e2202287a (patch) | |
tree | 6533b837b6bbeea0ee202590402a974afe5ab7bb /net-im | |
parent | 97813f2e4b6086b07dddd1d7060ce9094fddfed3 (diff) | |
download | FreeBSD-ports-632e7bed2eb9c861e2a6a9e4ba8d468e2202287a.zip FreeBSD-ports-632e7bed2eb9c861e2a6a9e4ba8d468e2202287a.tar.gz |
Depend on ncurses.5 after the upgrade of devel/ncurses.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/centericq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile index f9ce14b..d09883a 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 |