Modified: trunk/dports/kde/rkward/Portfile (119497 => 119498)
--- trunk/dports/kde/rkward/Portfile 2014-04-27 21:31:09 UTC (rev 119497)
+++ trunk/dports/kde/rkward/Portfile 2014-04-27 21:42:24 UTC (rev 119498)
@@ -10,6 +10,7 @@
name rkward
conflicts rkward-devel
version 0.6.1
+revision 1
categories kde kde4 math science
maintainers hhu.de:meik.michalke
license GPL-2
@@ -39,9 +40,9 @@
}
if {${configure.compiler} == "clang"} {
- # force the use of gcc 4.7 to be able to link with R-framework
- depends_lib-append port:gcc47
- configure.compiler macports-gcc-4.7
+ # force the use of gcc 4.8 to be able to link with R-framework
+ depends_lib-append port:gcc48
+ configure.compiler macports-gcc-4.8
configure.objc /usr/bin/gcc
configure.env-append "OBJCXX=${configure.objc}"
}
Modified: trunk/dports/kde/rkward-devel/Portfile (119497 => 119498)
--- trunk/dports/kde/rkward-devel/Portfile 2014-04-27 21:31:09 UTC (rev 119497)
+++ trunk/dports/kde/rkward-devel/Portfile 2014-04-27 21:42:24 UTC (rev 119498)
@@ -10,6 +10,7 @@
name rkward-devel
conflicts rkward
version 0.6.1-${svn.revision}
+revision 1
categories kde kde4 math science
maintainers hhu.de:meik.michalke
license GPL-2
@@ -39,9 +40,9 @@
}
if {${configure.compiler} == "clang"} {
- # force the use of gcc 4.7 to be able to link with R-framework
- depends_lib-append port:gcc47
- configure.compiler macports-gcc-4.7
+ # force the use of gcc 4.8 to be able to link with R-framework
+ depends_lib-append port:gcc48
+ configure.compiler macports-gcc-4.8
configure.objc /usr/bin/gcc
configure.env-append "OBJCXX=${configure.objc}"
}