diff options
author | Martin Matuska <mm@FreeBSD.org> | 2012-02-14 12:45:35 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2012-02-14 12:45:35 +0000 |
commit | dbbf00416275070770d9e5699204815f28912444 (patch) | |
tree | 4ac9635418109e039475f07afaef5a2deacb3603 /editors | |
parent | 205f1ac23dd674163b211b136715384d89c1bf4d (diff) | |
download | ports-dbbf00416275070770d9e5699204815f28912444.tar.gz ports-dbbf00416275070770d9e5699204815f28912444.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/mp/Makefile | 3 | ||||
-rw-r--r-- | editors/ted/Makefile | 4 | ||||
-rw-r--r-- | editors/winefish/Makefile | 4 | ||||
-rw-r--r-- | editors/xmlcopyeditor/Makefile | 4 |
4 files changed, 8 insertions, 7 deletions
diff --git a/editors/mp/Makefile b/editors/mp/Makefile index abf829455242..444d3ec6632f 100644 --- a/editors/mp/Makefile +++ b/editors/mp/Makefile @@ -7,6 +7,7 @@ PORTNAME= mp PORTVERSION= 5.2.1 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://triptico.com/download/ @@ -61,7 +62,7 @@ CONFIGURE_ARGS+= --without-qt4 .endif .if !defined(WITHOUT_PCRE) -LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre CONFIGURE_ARGS+= --with-pcre .endif diff --git a/editors/ted/Makefile b/editors/ted/Makefile index 1edf7fd91478..f12438f94170 100644 --- a/editors/ted/Makefile +++ b/editors/ted/Makefile @@ -7,7 +7,7 @@ PORTNAME= ted PORTVERSION= 2.21 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ EXTRACT_SUFX= .src.tar.gz @@ -15,7 +15,7 @@ EXTRACT_SUFX= .src.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= X11 based RTF editor -LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ +LIB_DEPENDS= pcre.1:${PORTSDIR}/devel/pcre \ png.6:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/a010013l.pfb:${PORTSDIR}/print/gsfonts diff --git a/editors/winefish/Makefile b/editors/winefish/Makefile index 936e466996b1..6a8d1e46914c 100644 --- a/editors/winefish/Makefile +++ b/editors/winefish/Makefile @@ -7,7 +7,7 @@ PORTNAME= winefish DISTVERSION= 1.3.3 -PORTREVISION= 10 +PORTREVISION= 11 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.0:${PORTSDIR}/devel/pcre + pcre.1:${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 b8aff2a6d9b9..a04a634c92ec 100644 --- a/editors/xmlcopyeditor/Makefile +++ b/editors/xmlcopyeditor/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmlcopyeditor PORTVERSION= 1.2.0.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= editors MASTER_SITES= SF/xml-copy-editor/${PORTNAME}-linux/${PORTVERSION} @@ -33,7 +33,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boos LIB_DEPENDS+= xerces-c.27:${PORTSDIR}/textproc/xerces-c2 \ xslt.2:${PORTSDIR}/textproc/libxslt \ aspell.16:${PORTSDIR}/textproc/aspell \ - pcre.0:${PORTSDIR}/devel/pcre \ + pcre.1:${PORTSDIR}/devel/pcre \ xml2.5:${PORTSDIR}/textproc/libxml2 \ expat.6:${PORTSDIR}/textproc/expat2 |