diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-11-16 13:14:26 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-11-16 13:14:26 +0000 |
commit | dd27a5d8b0176907811b35c46e45e0bb433f6a54 (patch) | |
tree | b2a976a7c52613c61cc19c712ea51b5b7ff2c3ad /net-im | |
parent | f440390503fe6c5a40f8e97dac1ab5d1572b53de (diff) | |
download | ports-dd27a5d8b0176907811b35c46e45e0bb433f6a54.tar.gz ports-dd27a5d8b0176907811b35c46e45e0bb433f6a54.zip |
Notes
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 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 |