diff options
author | stas <stas@FreeBSD.org> | 2010-12-15 12:10:53 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2010-12-15 12:10:53 +0800 |
commit | fd39318564b4a3c5b9e84efc80c344b26048de7b (patch) | |
tree | e84791b059e215dd40317d559b1fc0ee7156acff /graphics/giblib | |
parent | c2a914fd18a0e3edfaf1d65193aec42b0e6dc372 (diff) | |
download | freebsd-ports-gnome-fd39318564b4a3c5b9e84efc80c344b26048de7b.tar.gz freebsd-ports-gnome-fd39318564b4a3c5b9e84efc80c344b26048de7b.tar.zst freebsd-ports-gnome-fd39318564b4a3c5b9e84efc80c344b26048de7b.zip |
- Update imlib2 and imlib2_loaders to 1.4.4. This version mainly contains
bugfixes compared to 1.4.1 with some new functions added.
I'm also dropping .la files, so port revisions of dependent library
ports have been bumped accordingly.
Diffstat (limited to 'graphics/giblib')
-rw-r--r-- | graphics/giblib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/giblib/Makefile b/graphics/giblib/Makefile index 47a686890ce0..1aeba5a0136f 100644 --- a/graphics/giblib/Makefile +++ b/graphics/giblib/Makefile @@ -7,7 +7,7 @@ PORTNAME= giblib PORTVERSION= 1.2.4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics devel MASTER_SITES= http://linuxbrit.co.uk/downloads/ |