diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2010-04-03 10:44:36 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2010-04-03 10:44:36 +0000 |
commit | 29863648e3d55a1df8635d93b18e22c74273d9a3 (patch) | |
tree | 318f5aebb7be8887ecfcc982de8845cb53f4c5e8 /editors | |
parent | 130db9c13e9b6bc169c92e3612444205da7a7352 (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/codelite/Makefile | 4 | ||||
-rw-r--r-- | editors/morla/Makefile | 4 | ||||
-rw-r--r-- | editors/tea/Makefile | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile index ec27e1381a21..f9a75b5a391a 100644 --- a/editors/codelite/Makefile +++ b/editors/codelite/Makefile @@ -7,14 +7,14 @@ PORTNAME= codelite DISTVERSION= 2.3.0.${SVN_REVISION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}/Releases/${PORTNAME}-${PORTVERSION} MAINTAINER= gahr@FreeBSD.org COMMENT= An Open Source IDE for C/C++ -LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl RUN_DEPENDS= xterm:${PORTSDIR}/x11/xterm OPTIONS= CSCOPE "Enable CScope integration" OFF diff --git a/editors/morla/Makefile b/editors/morla/Makefile index 05af29789213..0933f4a70958 100644 --- a/editors/morla/Makefile +++ b/editors/morla/Makefile @@ -7,7 +7,7 @@ PORTNAME= morla PORTVERSION= 0.16 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= editors textproc MASTER_SITES= http://www.morlardf.net/src/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/ @@ -17,7 +17,7 @@ COMMENT= A RDF editor LIB_DEPENDS= nxml.18:${PORTSDIR}/textproc/libnxml \ rdf.0:${PORTSDIR}/textproc/redland \ - curl.5:${PORTSDIR}/ftp/curl + curl.6:${PORTSDIR}/ftp/curl BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz diff --git a/editors/tea/Makefile b/editors/tea/Makefile index cfd790066f0c..a9a16798411e 100644 --- a/editors/tea/Makefile +++ b/editors/tea/Makefile @@ -7,7 +7,7 @@ PORTNAME= tea DISTVERSION= 17.6.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}-editor/${PORTNAME}-editor/${PORTVERSION} |