diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-07-28 04:19:58 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-07-28 04:19:58 +0000 |
commit | 73fa6e1345bd0f675797bd7aced8cb8c460bb150 (patch) | |
tree | a58b878db4988f8dfcdc6dabcb6d100fe0d7f95f /math/rkward-kde4 | |
parent | b376b011879cc30b46b5883c583562639b061c14 (diff) |
update R to 2.13.1 [1], and adjust dependent ports (this
includes workarounds intended to fix the broken sparc64
build, and fixes to the static libR, which is now in a
separate slave port, math/libR)
PR: 158947 [1]
Submitted by: wen ([1], independently)
Notes
Notes:
svn path=/head/; revision=278443
Diffstat (limited to 'math/rkward-kde4')
-rw-r--r-- | math/rkward-kde4/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/rkward-kde4/Makefile b/math/rkward-kde4/Makefile index 1fa44513a6f0..66b82c8c787c 100644 --- a/math/rkward-kde4/Makefile +++ b/math/rkward-kde4/Makefile @@ -7,6 +7,7 @@ PORTNAME= rkward PORTVERSION= 0.5.6 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/Current_Stable_Releases PKGNAMESUFFIX= -kde4 |