diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-07-10 21:46:23 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-07-10 21:46:23 +0000 |
commit | c326fc009586103ca914a9eb50d65ef901b01c56 (patch) | |
tree | a804bda6feb116625b5ce0038c1038c98dede72c /net/blam/files | |
parent | - Update the comment. (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=138858
Diffstat (limited to 'net/blam/files')
-rw-r--r-- | net/blam/files/patch-blam.exe.config | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net/blam/files/patch-blam.exe.config b/net/blam/files/patch-blam.exe.config new file mode 100644 index 000000000000..4126c8b53364 --- /dev/null +++ b/net/blam/files/patch-blam.exe.config @@ -0,0 +1,9 @@ +--- 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> |