diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-23 08:28:55 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-23 08:28:55 +0800 |
commit | f4fd3e1189e6e8c19c6d58817999c50635f07854 (patch) | |
tree | 13e347ebe20f88480f3feab060984429f288c99e /devel/cgdb/Makefile | |
parent | f9e48afc252c6c4edd0ff7df3b84112de9d675ac (diff) | |
download | freebsd-ports-gnome-f4fd3e1189e6e8c19c6d58817999c50635f07854.tar.gz freebsd-ports-gnome-f4fd3e1189e6e8c19c6d58817999c50635f07854.tar.zst freebsd-ports-gnome-f4fd3e1189e6e8c19c6d58817999c50635f07854.zip |
Support stage
Diffstat (limited to 'devel/cgdb/Makefile')
-rw-r--r-- | devel/cgdb/Makefile | 16 |
1 files changed, 2 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> |