diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-01-30 05:52:14 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-01-30 05:52:14 +0000 |
commit | e2d32b22c7ad4dca549bc249d26f818e5bcebf3b (patch) | |
tree | c95ee0381a64d3d9fbe1146cecb06b159ac582df /devel/cgdb/Makefile | |
parent | 386d5e74205a195bfddd593a2bdcfb248c4b929f (diff) |
Notes
Diffstat (limited to 'devel/cgdb/Makefile')
-rw-r--r-- | devel/cgdb/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/devel/cgdb/Makefile b/devel/cgdb/Makefile index d349bdf2dc81..b60caf580c53 100644 --- a/devel/cgdb/Makefile +++ b/devel/cgdb/Makefile @@ -6,24 +6,22 @@ # PORTNAME= cgdb -PORTVERSION= 0.6.3 -PORTREVISION= 3 +PORTVERSION= 0.6.4 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= SOURCEFORGE MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= gslin@gslin.org +MAINTAINER= clsung@FreeBSD.org COMMENT= A curses-based interface to the GNU Debugger INFO= cgdb MAN1= cgdb.1 GNU_CONFIGURE= yes -USE_GETOPT_LONG= yes .include <bsd.port.pre.mk> -# at this time we can not use LIB_DEPENDS please read ports/99327 +# at this time we can not use LIB_DEPENDS, please read ports/99327 .if ${OSVERSION} < 700016 BUILD_DEPENDS+= ${LOCALBASE}/lib/libreadline.so.5:${PORTSDIR}/devel/readline RUN_DEPENDS= ${BUILD_DEPENDS} |