diff options
author | marino <marino@FreeBSD.org> | 2014-03-20 03:31:01 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-03-20 03:31:01 +0800 |
commit | fb57830661b8982ca5ef9784c01ed64493211bf5 (patch) | |
tree | a09239d7ed7330778db8a61471044b7753414162 /x11-toolkits | |
parent | 7f6af7c4d0a3477796345b3d8aa76216248cc532 (diff) | |
download | freebsd-ports-gnome-fb57830661b8982ca5ef9784c01ed64493211bf5.tar.gz freebsd-ports-gnome-fb57830661b8982ca5ef9784c01ed64493211bf5.tar.zst freebsd-ports-gnome-fb57830661b8982ca5ef9784c01ed64493211bf5.zip |
xmlada, gtkada: Bump for builders
libraries built by the previous version of the Ada compiler can not
be used by the new compiler. Rev bump a couple of libraries that can
cause breakage on incremental builds.
Reported by: pkg-fallout
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtkada/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gtkada/Makefile b/x11-toolkits/gtkada/Makefile index 5eb8ac6c0821..6754d9fad94a 100644 --- a/x11-toolkits/gtkada/Makefile +++ b/x11-toolkits/gtkada/Makefile @@ -3,7 +3,7 @@ PORTNAME= gtkada PORTVERSION= 2.24.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= http://downloads.dragonlace.net/src/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ |