summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk-sharp-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gtk-sharp-devel/Makefile')
-rw-r--r--x11-toolkits/gtk-sharp-devel/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/gtk-sharp-devel/Makefile b/x11-toolkits/gtk-sharp-devel/Makefile
index be37f7876c95..571496559edf 100644
--- a/x11-toolkits/gtk-sharp-devel/Makefile
+++ b/x11-toolkits/gtk-sharp-devel/Makefile
@@ -2,7 +2,7 @@
# Date created: 2003-01-01
# Whom: Juli Mallett
#
-# $Id: Makefile,v 1.12 2005/02/18 03:16:37 tmclau02 Exp $
+# $Id: Makefile,v 1.2 2005/02/27 04:28:41 mezz Exp $
# $FreeBSD$
#
@@ -30,5 +30,7 @@ MAKE_ENV=MONO_SHARED_DIR=${WRKDIR}
post-patch:
@${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -e \
's|^#!/usr/bin/perl|#!${PERL}|'
+ @${REINPLACE_CMD} -e 's|libgtkhtml-3.0|libgtkhtml-3.6|g' \
+ ${WRKSRC}/configure
.include <bsd.port.mk>