mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 23:00:30 -04:00
- XML Copy Editor is a fast validating XML editor. Features: * DTD/XML Schema/RELAX NG validation * XSLT * XPath * Pretty-printing * Syntax highlighting * Folding * Tag completion * Tag locking * Tag-free editing * Spelling and style check * Built-in support for XHTML, XSL, DocBook and TEI PR: ports/118483 Submitted by: Jose Garcia Juanino <jjuanino@gmail.com> (maintainer) Approved by: linimon (mentor)
12 lines
351 B
Diff
12 lines
351 B
Diff
--- configure.in.orig Thu Dec 20 16:54:28 2007
|
|
+++ configure.in Thu Dec 20 16:56:11 2007
|
|
@@ -35,6 +35,9 @@
|
|
# Call WXTEST func
|
|
WXTEST
|
|
|
|
+# Call iconv checks
|
|
+AM_ICONV
|
|
+
|
|
# Verify minimus requires
|
|
vers=`echo $wxversion | $AWK 'BEGIN { FS = "."; } { printf "% d", ($1 * 1000 + $2) * 1000 + $3;}'`
|
|
if test -n "$vers" && test "$vers" -ge 2008000; then
|