mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 20:50:31 -04:00
- 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
9 lines
356 B
Text
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>
|