diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-02-07 22:20:53 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-02-07 22:20:53 +0800 |
commit | c0e81d6b8a30b56c5eb32192c7cad640e9847838 (patch) | |
tree | 1a157d599734782f3822215f4df2067191e15608 /UPDATING | |
parent | 7b0fc721462b139779e61f237472b08543d57e5a (diff) | |
download | freebsd-ports-gnome-c0e81d6b8a30b56c5eb32192c7cad640e9847838.tar.gz freebsd-ports-gnome-c0e81d6b8a30b56c5eb32192c7cad640e9847838.tar.zst freebsd-ports-gnome-c0e81d6b8a30b56c5eb32192c7cad640e9847838.zip |
- portupgrade needs the -O flag here due to a
bug in how it processes the missing tcl-modules
dependency
Reported by: gahr
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ you update your ports collection, before attempting any port upgrades. portmaster -w -r <port> If you use portupgrade: - portupgrade -fr <origin/port> + portupgrade -Ofr <origin/port> If you use pkgng with binary packages: pkg install -fR <origin/port> |