diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-12 05:38:56 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-12 05:38:56 +0800 |
commit | d6070452bcf6ce1d63d3da13a5bd0cf209968e33 (patch) | |
tree | 3cd0e7a5d09c7a216f3ca277de009866637b39d5 /graphics/swfdec | |
parent | 561ddf275f50ea88ffe5535e63062cf211500434 (diff) | |
download | marcuscom-ports-d6070452bcf6ce1d63d3da13a5bd0cf209968e33.tar marcuscom-ports-d6070452bcf6ce1d63d3da13a5bd0cf209968e33.tar.gz marcuscom-ports-d6070452bcf6ce1d63d3da13a5bd0cf209968e33.tar.bz2 marcuscom-ports-d6070452bcf6ce1d63d3da13a5bd0cf209968e33.tar.lz marcuscom-ports-d6070452bcf6ce1d63d3da13a5bd0cf209968e33.tar.xz marcuscom-ports-d6070452bcf6ce1d63d3da13a5bd0cf209968e33.tar.zst marcuscom-ports-d6070452bcf6ce1d63d3da13a5bd0cf209968e33.zip |
Chase the libsoup shared lib version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10411 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/swfdec')
-rw-r--r-- | graphics/swfdec/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/swfdec/Makefile b/graphics/swfdec/Makefile index 043309709..b9520f1c1 100644 --- a/graphics/swfdec/Makefile +++ b/graphics/swfdec/Makefile @@ -4,11 +4,11 @@ # Whom: ijliao # # $FreeBSD$ -# $MCom: ports/graphics/swfdec/Makefile,v 1.11 2008/01/29 14:12:32 kwm Exp $ +# $MCom: ports/graphics/swfdec/Makefile,v 1.12 2008/02/01 08:37:01 marcus Exp $ PORTNAME= swfdec PORTVERSION= 0.5.90 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://swfdec.freedesktop.org/download/swfdec/0.5/ @@ -16,7 +16,7 @@ MAINTAINER= alexbl@FreeBSD.org COMMENT= Flash Rendering Library LIB_DEPENDS= oil-0.3.1:${PORTSDIR}/devel/liboil \ - soup-2.4.0:${PORTSDIR}/devel/libsoup + soup-2.4.1:${PORTSDIR}/devel/libsoup USE_XLIB= yes USE_GNOME= gnomehack gtk20 |