diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-13 14:26:10 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-13 14:26:10 +0000 |
commit | 42143e49c47f8cf4fede35b57a3799954c6974d9 (patch) | |
tree | af6784ddf9c836ee18d44448b22af21b5d03ca5c /net | |
parent | caf02c2ff053c059bac95a59779431d94632d5e6 (diff) | |
download | ports-42143e49c47f8cf4fede35b57a3799954c6974d9.tar.gz ports-42143e49c47f8cf4fede35b57a3799954c6974d9.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/centericq/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net/centericq/Makefile b/net/centericq/Makefile index a848f75312df..c61c30d709bb 100644 --- a/net/centericq/Makefile +++ b/net/centericq/Makefile @@ -29,12 +29,6 @@ CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ MAN1= centericq.1 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 400010 -LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses -.endif - post-patch: .for file in kkconsui-0.1/include/conf.h kkstrtext-0.1/conf.h kksystr-0.1/include/conf.h @(cd ${WRKSRC} ; \ @@ -48,4 +42,4 @@ post-install: @(cd ${WRKSRC} ; ${INSTALL_DATA} FAQ README ${DOCSDIR}) .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |