diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-09-21 02:38:36 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-09-21 02:38:36 +0800 |
commit | cb4fb4fe7785b1a40686244fdaaa548d1d472fb9 (patch) | |
tree | 472bb451e6dd877e3466ed9adfad17388c52085b /graphics | |
parent | be84c6e4abe9124ddf3322efc2183b1229f096d3 (diff) | |
download | marcuscom-ports-cb4fb4fe7785b1a40686244fdaaa548d1d472fb9.tar marcuscom-ports-cb4fb4fe7785b1a40686244fdaaa548d1d472fb9.tar.gz marcuscom-ports-cb4fb4fe7785b1a40686244fdaaa548d1d472fb9.tar.bz2 marcuscom-ports-cb4fb4fe7785b1a40686244fdaaa548d1d472fb9.tar.lz marcuscom-ports-cb4fb4fe7785b1a40686244fdaaa548d1d472fb9.tar.xz marcuscom-ports-cb4fb4fe7785b1a40686244fdaaa548d1d472fb9.tar.zst marcuscom-ports-cb4fb4fe7785b1a40686244fdaaa548d1d472fb9.zip |
soup-gnome lives in libsoup-gnome not libsoup.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14616 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libchamplain/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libchamplain/Makefile b/graphics/libchamplain/Makefile index e2b46df6a..d3a0b001a 100644 --- a/graphics/libchamplain/Makefile +++ b/graphics/libchamplain/Makefile @@ -3,7 +3,7 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/libchamplain/Makefile,v 1.19 2010/09/04 18:07:46 kwm Exp $ +# $MCom: ports/graphics/libchamplain/Makefile,v 1.20 2010/09/18 14:42:22 kwm Exp $ # PORTNAME= libchamplain @@ -16,7 +16,7 @@ COMMENT= A C library aimed to provide a Gtk+ widget to display rasterized maps a LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 \ clutter-gtk-0.10.0:${PORTSDIR}/graphics/clutter-gtk \ - soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup + soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome USE_BZIP2= yes USE_GNOME= pkgconfig gtk20 gnomehack ltverhack:1 |