diff options
author | naddy <naddy@FreeBSD.org> | 2002-07-15 18:04:03 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-07-15 18:04:03 +0000 |
commit | b9eb8f794d3682755525f5fd9f05ed1bae00b944 (patch) | |
tree | 9b1994f5beef8ff7cc3a19d6768c035a79675bdb /math/calcoo/Makefile | |
parent | a30d793056b017835c1f0bc4f47ba40c6c65a2cb (diff) | |
download | FreeBSD-ports-b9eb8f794d3682755525f5fd9f05ed1bae00b944.zip FreeBSD-ports-b9eb8f794d3682755525f5fd9f05ed1bae00b944.tar.gz |
Changes in release 1.3.11:
Fixed: the bug in setting the color for the button labels and display
glyphs. Now, calcoo DOES take this color from the current GTK+
scheme.
Diffstat (limited to 'math/calcoo/Makefile')
-rw-r--r-- | math/calcoo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/calcoo/Makefile b/math/calcoo/Makefile index 2b1a3ca..0b3a967 100644 --- a/math/calcoo/Makefile +++ b/math/calcoo/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= calcoo -PORTVERSION= 1.3.10 +PORTVERSION= 1.3.11 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.physics.umn.edu/~kaminski/calcoo/ |