ports/net/blam/files/patch-blam.exe.config
Jeremy Messenger c326fc0095 - Update to 1.8.2
- Change maintainer to bsd-sharp-list@forge.novell.com.
- Remove the ${BUILD_DEPENDS} in RUN_DEPENDS, because it causes gmake, libtool
  and few others become as runtime dependency, which they are just need to be
  in the build dependency.
- Clean up in pkg-descr.

BSD# - Project by:	http://www.mono-project.com/Mono:FreeBSD
2005-07-10 21:46:23 +00:00

9 lines
356 B
Text

--- blam.exe.config.orig Sat Jun 18 20:38:30 2005
+++ blam.exe.config Tue Jun 21 23:18:44 2005
@@ -1,4 +1,4 @@
<configuration>
- <dllmap dll="gdk-x11-2.0" target="libgdk-x11-2.0.so.0"/>
- <dllmap dll="libX11" target="libX11.so.6"/>
+ <dllmap dll="gdk-x11-2.0" target="libgdk-x11-2.0.so"/>
+ <dllmap dll="libX11" target="libX11.so"/>
</configuration>