diff options
author | marino <marino@FreeBSD.org> | 2016-08-08 01:21:26 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-08-08 01:21:26 +0800 |
commit | f361afd775c2cf4ad110a16c94f0215c67dae4bd (patch) | |
tree | abaadc3502aa073b297cb3b30d1d675d5101d0ca /devel/cdecl/Makefile | |
parent | 909155ecd45b7bfb356fbb4fb6597bc2d7ce1f6b (diff) | |
download | freebsd-ports-gnome-f361afd775c2cf4ad110a16c94f0215c67dae4bd.tar.gz freebsd-ports-gnome-f361afd775c2cf4ad110a16c94f0215c67dae4bd.tar.zst freebsd-ports-gnome-f361afd775c2cf4ad110a16c94f0215c67dae4bd.zip |
devel/cdecl: document ncurses, fix for DragonFly
While here, incorporate getline fix into the regenerated patches.
Diffstat (limited to 'devel/cdecl/Makefile')
-rw-r--r-- | devel/cdecl/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/cdecl/Makefile b/devel/cdecl/Makefile index 463478797729..b3dd81809c96 100644 --- a/devel/cdecl/Makefile +++ b/devel/cdecl/Makefile @@ -3,6 +3,7 @@ PORTNAME= cdecl PORTVERSION= 2.5 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SUNSITE/devel/lang/c @@ -11,7 +12,7 @@ COMMENT= Explains complicated C/C++ declarations in plain English CONFLICTS= cutils-[0-9]* -USES= readline +USES= ncurses readline USE_CSTD= c89 ALL_TARGET= ${PORTNAME} MAKE_ENV+= STAGEDIR=${STAGEDIR} @@ -21,9 +22,6 @@ PORTDOCS= testset testset++ OPTIONS_DEFINE= DOCS -post-patch: - ${REINPLACE_CMD} -e "s/getline/get_line/g" ${WRKSRC}/cdecl.c - post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/testset* ${STAGEDIR}${DOCSDIR} |