diff options
-rw-r--r-- | devel/cgdb/Makefile | 16 | ||||
-rw-r--r-- | devel/cgdb/pkg-plist | 1 |
2 files changed, 3 insertions, 14 deletions
diff --git a/devel/cgdb/Makefile b/devel/cgdb/Makefile index a5c70b434891..8ce39b2914c3 100644 --- a/devel/cgdb/Makefile +++ b/devel/cgdb/Makefile @@ -7,10 +7,9 @@ CATEGORIES= devel MASTER_SITES= http://cgdb.me/files/ MAINTAINER= clsung@FreeBSD.org -COMMENT= A curses-based interface to the GNU Debugger +COMMENT= Curses-based interface to the GNU Debugger INFO= cgdb -MAN1= cgdb.1 GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes @@ -20,18 +19,7 @@ MAKE_JOBS_UNSAFE= yes # we have to specify the full path. LDFLAGS+= /usr/lib/libutil.so -NO_STAGE= yes -.include <bsd.port.pre.mk> - -# at this time we can not use LIB_DEPENDS, please read ports/99327 -.if ${OSVERSION} < 700016 -BUILD_DEPENDS+= ${LOCALBASE}/lib/libreadline.so.6:${PORTSDIR}/devel/readline -RUN_DEPENDS:= ${BUILD_DEPENDS} -LDFLAGS+= -rpath ${LOCALBASE}/lib -CONFIGURE_ARGS+= --with-readline=${LOCALBASE} -.endif - post-patch: @${REINPLACE_CMD} -e 's|dev_ptmx=yes|dev_ptmx=no|' ${WRKSRC}/configure -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/cgdb/pkg-plist b/devel/cgdb/pkg-plist index 2da5e91eb07d..b43625203348 100644 --- a/devel/cgdb/pkg-plist +++ b/devel/cgdb/pkg-plist @@ -1,3 +1,4 @@ bin/cgdb %%DATADIR%%/cgdb.txt +man/man1/cgdb.1.gz @dirrm %%DATADIR%% |