diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/codelite/Makefile | 3 | ||||
-rw-r--r-- | editors/morla/Makefile | 4 | ||||
-rw-r--r-- | editors/tea/Makefile | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile index 45b937bdbfe6..c882f5d2f08f 100644 --- a/editors/codelite/Makefile +++ b/editors/codelite/Makefile @@ -7,13 +7,14 @@ PORTNAME= codelite DISTVERSION= 1.0.${SVN_REVISION} +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= SF MAINTAINER= gahr@FreeBSD.org COMMENT= An Open Source IDE for C/C++ -LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl OPTIONS= CSCOPE "Enable CScope integration" OFF diff --git a/editors/morla/Makefile b/editors/morla/Makefile index 83e0bd59c015..15f0945544aa 100644 --- a/editors/morla/Makefile +++ b/editors/morla/Makefile @@ -7,7 +7,7 @@ PORTNAME= morla PORTVERSION= 0.16 -#PORTREVISION= 0 +PORTREVISION= 1 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.4:${PORTSDIR}/ftp/curl + curl.5:${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 46ca857648d2..bc68c451d4ac 100644 --- a/editors/tea/Makefile +++ b/editors/tea/Makefile @@ -7,7 +7,7 @@ PORTNAME= tea DISTVERSION= 17.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= tea-editor |