diff options
author | mezz <mezz@FreeBSD.org> | 2005-05-17 02:57:01 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-05-17 02:57:01 +0800 |
commit | 929ac9658b79582fbb3a738b8cb68e8153916f5a (patch) | |
tree | d961313edc346d60ab35527fc5a6690f5822aa38 | |
parent | 3d92692d333022786d111de9cefe85769713b01f (diff) | |
download | freebsd-ports-gnome-929ac9658b79582fbb3a738b8cb68e8153916f5a.tar.gz freebsd-ports-gnome-929ac9658b79582fbb3a738b8cb68e8153916f5a.tar.zst freebsd-ports-gnome-929ac9658b79582fbb3a738b8cb68e8153916f5a.zip |
Fix it in the runtime.
Submitted by: Geraud CONTINSOUZAS <gej@jmenbra.nl>
-rw-r--r-- | deskutils/tomboy/Makefile | 1 | ||||
-rw-r--r-- | deskutils/tomboy/files/patch-Tomboy::Tomboy.exe.config.in | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/deskutils/tomboy/Makefile b/deskutils/tomboy/Makefile index 8040638e3a1b..4c1abec2b0c3 100644 --- a/deskutils/tomboy/Makefile +++ b/deskutils/tomboy/Makefile @@ -8,6 +8,7 @@ PORTNAME= tomboy PORTVERSION= 0.3.2 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= http://www.beatniksoftware.com/tomboy/releases/ diff --git a/deskutils/tomboy/files/patch-Tomboy::Tomboy.exe.config.in b/deskutils/tomboy/files/patch-Tomboy::Tomboy.exe.config.in new file mode 100644 index 000000000000..7e540544245a --- /dev/null +++ b/deskutils/tomboy/files/patch-Tomboy::Tomboy.exe.config.in @@ -0,0 +1,14 @@ +--- Tomboy/Tomboy.exe.config.in.orig Mon May 16 13:31:52 2005 ++++ Tomboy/Tomboy.exe.config.in Mon May 16 13:32:17 2005 +@@ -1,7 +1,7 @@ + <configuration> +- <dllmap dll="libglib-2.0-0.dll" target="libglib-2.0.so.0"/> +- <dllmap dll="libgtk-win32-2.0-0.dll" target="libgtk-x11-2.0.so.0"/> +- <dllmap dll="libgtkspell" target="libgtkspell.so.0"/> ++ <dllmap dll="libglib-2.0-0.dll" target="libglib-2.0.so"/> ++ <dllmap dll="libgtk-win32-2.0-0.dll" target="libgtk-x11-2.0.so"/> ++ <dllmap dll="libgtkspell" target="libgtkspell.so"/> + <dllmap dll="libtomboy" target="libtomboy.so"/> +- <dllmap dll="panel-applet-2" target="libpanel-applet-2.so.0"/> ++ <dllmap dll="panel-applet-2" target="libpanel-applet-2.so"/> + </configuration> |