diff options
-rw-r--r-- | net-im/centericq/Makefile | 3 | ||||
-rw-r--r-- | net/centericq/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile index a265807ac062..91de95d7894e 100644 --- a/net-im/centericq/Makefile +++ b/net-im/centericq/Makefile @@ -15,11 +15,12 @@ MAINTAINER= cpiazza@FreeBSD.org .include <bsd.port.pre.mk> .if ${OSVERSION} < 400010 LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses +CFLAGS+= -nostdinc -I${LOCALBASE}/include/ncurses -I${LOCALBASE}/include\ + -I/usr/include .endif WRKSRC= ${WRKDIR}/center USE_GMAKE= yes -CFLAGS+= -nostdinc -I${LOCALBASE}/include/ncurses -I${LOCALBASE}/include -I/usr/include post-patch: @${PERL} -pi -e 's:__PREFIX__:${PREFIX}:' ${WRKSRC}/centerICQ.cc diff --git a/net/centericq/Makefile b/net/centericq/Makefile index a265807ac062..91de95d7894e 100644 --- a/net/centericq/Makefile +++ b/net/centericq/Makefile @@ -15,11 +15,12 @@ MAINTAINER= cpiazza@FreeBSD.org .include <bsd.port.pre.mk> .if ${OSVERSION} < 400010 LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses +CFLAGS+= -nostdinc -I${LOCALBASE}/include/ncurses -I${LOCALBASE}/include\ + -I/usr/include .endif WRKSRC= ${WRKDIR}/center USE_GMAKE= yes -CFLAGS+= -nostdinc -I${LOCALBASE}/include/ncurses -I${LOCALBASE}/include -I/usr/include post-patch: @${PERL} -pi -e 's:__PREFIX__:${PREFIX}:' ${WRKSRC}/centerICQ.cc |