diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/mp/Makefile | 1 | ||||
-rw-r--r-- | editors/ted/Makefile | 4 | ||||
-rw-r--r-- | editors/winefish/Makefile | 4 | ||||
-rw-r--r-- | editors/xmlcopyeditor/Makefile | 1 |
4 files changed, 6 insertions, 4 deletions
diff --git a/editors/mp/Makefile b/editors/mp/Makefile index d0623e2bd942..3b341d9d3bab 100644 --- a/editors/mp/Makefile +++ b/editors/mp/Makefile @@ -3,6 +3,7 @@ PORTNAME= mp PORTVERSION= 5.2.4 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://triptico.com/download/mp/ diff --git a/editors/ted/Makefile b/editors/ted/Makefile index e18d16f441e2..e31ee923ef9f 100644 --- a/editors/ted/Makefile +++ b/editors/ted/Makefile @@ -7,7 +7,7 @@ PORTNAME= ted PORTVERSION= 2.22 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ EXTRACT_SUFX= .src.tar.gz @@ -17,7 +17,7 @@ COMMENT= X11 based RTF editor LICENSE= GPLv2 -LIB_DEPENDS= pcre.1:${PORTSDIR}/devel/pcre \ +LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre \ png15:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ paper.2:${PORTSDIR}/print/libpaper diff --git a/editors/winefish/Makefile b/editors/winefish/Makefile index b9fe688e3dbd..5ea45dc39851 100644 --- a/editors/winefish/Makefile +++ b/editors/winefish/Makefile @@ -7,7 +7,7 @@ PORTNAME= winefish DISTVERSION= 1.3.3 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= editors print MASTER_SITES= http://download.berlios.de/winefish/ \ http://nivi.interfree.it/distfiles/winefish/ @@ -17,7 +17,7 @@ MAINTAINER= nivit@FreeBSD.org COMMENT= A LaTeX editor based on BlueFish LIB_DEPENDS= aspell.16:${PORTSDIR}/textproc/aspell \ - pcre.1:${PORTSDIR}/devel/pcre + pcre.3:${PORTSDIR}/devel/pcre RUN_DEPENDS= dos2unix:${PORTSDIR}/converters/unix2dos \ gv:${PORTSDIR}/print/gv \ latex:${PORTSDIR}/print/teTeX \ diff --git a/editors/xmlcopyeditor/Makefile b/editors/xmlcopyeditor/Makefile index 83c10c050b50..3f865817fee5 100644 --- a/editors/xmlcopyeditor/Makefile +++ b/editors/xmlcopyeditor/Makefile @@ -3,6 +3,7 @@ PORTNAME= xmlcopyeditor PORTVERSION= 1.2.0.9 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= SF/xml-copy-editor/${PORTNAME}-linux/${PORTVERSION} |