diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-20 17:28:14 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-20 17:28:14 +0800 |
commit | 7583c1586cc959c80be5cc37ec9a16330a1787d2 (patch) | |
tree | c3d7be8f3968d0656c088de0292d39ba79b27aa6 /graphics/gthumb | |
parent | 10fdd3e0db2f09b60f62555b89ca21644dc70683 (diff) | |
download | marcuscom-ports-7583c1586cc959c80be5cc37ec9a16330a1787d2.tar marcuscom-ports-7583c1586cc959c80be5cc37ec9a16330a1787d2.tar.gz marcuscom-ports-7583c1586cc959c80be5cc37ec9a16330a1787d2.tar.bz2 marcuscom-ports-7583c1586cc959c80be5cc37ec9a16330a1787d2.tar.lz marcuscom-ports-7583c1586cc959c80be5cc37ec9a16330a1787d2.tar.xz marcuscom-ports-7583c1586cc959c80be5cc37ec9a16330a1787d2.tar.zst marcuscom-ports-7583c1586cc959c80be5cc37ec9a16330a1787d2.zip |
Drop .la from brasero. Add USES=libtool to it (was missing).
By adding USES=libtool, the port changed its major lib version (going
backwards) so depend ports using brasero's lib need to bumped too. Skip
gnome3, it needs brasero as run_depends only, no bump needed.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19823 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/gthumb')
-rw-r--r-- | graphics/gthumb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile index 50f355d60..2e2f3c055 100644 --- a/graphics/gthumb/Makefile +++ b/graphics/gthumb/Makefile @@ -4,7 +4,7 @@ PORTNAME= gthumb PORTVERSION= 3.2.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= GNOME DIST_SUBDIR= gnome3 |