projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5e58c2
)
update help message for FreeBSD
author
Wolfram Schneider
<wosch@indexdata.dk>
Sat, 19 Feb 2011 11:43:51 +0000
(12:43 +0100)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Sat, 19 Feb 2011 11:43:51 +0000
(12:43 +0100)
buildconf.sh
patch
|
blob
|
history
diff --git
a/buildconf.sh
b/buildconf.sh
index
eea548a
..
7113189
100755
(executable)
--- a/
buildconf.sh
+++ b/
buildconf.sh
@@
-129,8
+129,8
@@
EOF
if [ "`uname -s`" = FreeBSD ]; then
cat <<EOF
When building from a Git, you need these FreeBSD Ports:
- autoconf259, automake19, libtool15, bison, tcl84,
- docbook-xsl, libxml2, libxslt, g++-4.0, make
+ pkg_add -r autoconf262 automake110 libtool bison tcl84 \\
+ docbook-xsl libxml2 libxslt
EOF
fi
fi