From e8843bee7db4c84fd4612c4a27180c32610c27d3 Mon Sep 17 00:00:00 2001 From: Jeremy Messenger Date: Sun, 10 Jul 2005 22:14:35 +0000 Subject: - Update to 1.9.5. - 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. - Fix the plist for gtk-sharp and gtk-sharp-devel share the some same main directories. BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD --- x11-toolkits/gtk-sharp20/files/patch-configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11-toolkits/gtk-sharp20/files/patch-configure') diff --git a/x11-toolkits/gtk-sharp20/files/patch-configure b/x11-toolkits/gtk-sharp20/files/patch-configure index e5b6fd93a476..f3617f7cb418 100644 --- a/x11-toolkits/gtk-sharp20/files/patch-configure +++ b/x11-toolkits/gtk-sharp20/files/patch-configure @@ -13,7 +13,7 @@ if test "x$has_mono" = "xtrue"; then --GACUTIL_FLAGS='/package $(PACKAGE_VERSION) /gacdir $(DESTDIR)$(libdir)' +-GACUTIL_FLAGS='/package $(PACKAGE_VERSION) /gacdir $(DESTDIR)$(prefix)/lib' +GACUTIL_FLAGS='/package $(PACKAGE_VERSION) /root $(DESTDIR)$(libdir) /gacdir $(DESTDIR)$(libdir)' GENERATED_SOURCES=generated/*.cs # Extract the first word of "mono", so it can be a program name with args. -- cgit v1.2.3