Skip to content

Commit

Permalink
version bump to 2.8.5-rc3, change to using configure.compiler
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@28325 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
jyrkiwahlstedt committed Aug 28, 2007
1 parent 6d1cb0e commit ccfe747
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions graphics/wxWidgets-devel/Portfile
Expand Up @@ -3,7 +3,7 @@
PortSystem 1.0

name wxWidgets-devel
version 2.8.5-rc2
version 2.8.5-rc3
categories graphics devel
platforms darwin
maintainers jwa mww@macports.org
Expand All @@ -24,11 +24,11 @@ use_bzip2 yes
distfiles ${distname}-${version}${extract.suffix}
dist_subdir ${distname}/${version}
checksums ${distname}-${version}${extract.suffix} \
md5 d15baa700b38f2fa13caa23b715669a7 \
md5 5ebce9ea91b476fb9df46e1819dbcc64 \
${distname}-${version}${extract.suffix} \
sha1 21c0e403359e65e9f94961dfbcbcdd15375209f9 \
sha1 4e949e247f078ce504f7b1576352b379f898c931 \
${distname}-${version}${extract.suffix} \
rmd160 d492b260f4fb4d2687a7321c9a5d57322a174cd1
rmd160 5900e3a7ed3635c07d53b89f287ce473b594aa5b

depends_lib port:jpeg \
port:tiff \
Expand Down Expand Up @@ -66,7 +66,7 @@ configure.args --mandir=${prefix}/share/man \
--enable-monolithic

platform darwin 8 {
configure.env-append CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
configure.compiler gcc-4.0
}

set installtype release
Expand Down

0 comments on commit ccfe747

Please sign in to comment.