diff options
author | Barbara Guida <bar@FreeBSD.org> | 2012-12-06 01:25:35 +0000 |
---|---|---|
committer | Barbara Guida <bar@FreeBSD.org> | 2012-12-06 01:25:35 +0000 |
commit | 3a9934f49aa1812185770fb678856d86806ab8d8 (patch) | |
tree | 9401554278d865943937ef6191915a5749e3c089 /editors | |
parent | 97b1f0305654f5dc1ee2f94a797451d2195e201e (diff) | |
download | ports-3a9934f49aa1812185770fb678856d86806ab8d8.tar.gz ports-3a9934f49aa1812185770fb678856d86806ab8d8.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xmlcopyeditor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xmlcopyeditor/Makefile b/editors/xmlcopyeditor/Makefile index feb0330a2a84..83c10c050b50 100644 --- a/editors/xmlcopyeditor/Makefile +++ b/editors/xmlcopyeditor/Makefile @@ -1,4 +1,4 @@ -# Created by: José García Juanino <jjuanino@gmail.com> +# Created by: José García Juanino <jjuanino@gmail.com> # $FreeBSD$ PORTNAME= xmlcopyeditor @@ -24,7 +24,7 @@ USE_DOS2UNIX= src/templates/DTD.dtd \ src/rng/xhtml.rng BUILD_DEPENDS+= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs -LIB_DEPENDS+= xerces-c:${PORTSDIR}/textproc/xerces-c3 \ +LIB_DEPENDS= xerces-c.3:${PORTSDIR}/textproc/xerces-c3 \ xslt:${PORTSDIR}/textproc/libxslt \ aspell:${PORTSDIR}/textproc/aspell \ pcre:${PORTSDIR}/devel/pcre \ |