summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-03-13 13:44:30 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-03-13 13:44:30 +0800
commit8cd9909f391159c0779c4e73b0556c03ee3305a8 (patch)
treeeb5f0f97c85ac4494f08d7753e4642d49e8bfd38 /x11-toolkits
parent62ed2a9a628a8bf581d6002e3b90141b7f55cda8 (diff)
downloadmarcuscom-ports-8cd9909f391159c0779c4e73b0556c03ee3305a8.tar
marcuscom-ports-8cd9909f391159c0779c4e73b0556c03ee3305a8.tar.gz
marcuscom-ports-8cd9909f391159c0779c4e73b0556c03ee3305a8.tar.bz2
marcuscom-ports-8cd9909f391159c0779c4e73b0556c03ee3305a8.tar.lz
marcuscom-ports-8cd9909f391159c0779c4e73b0556c03ee3305a8.tar.xz
marcuscom-ports-8cd9909f391159c0779c4e73b0556c03ee3305a8.tar.zst
marcuscom-ports-8cd9909f391159c0779c4e73b0556c03ee3305a8.zip
Attempt to fix the build with the new gtkhtml3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8543 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gnome-sharp20/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/gnome-sharp20/Makefile b/x11-toolkits/gnome-sharp20/Makefile
index c05529814..b7d57ac49 100644
--- a/x11-toolkits/gnome-sharp20/Makefile
+++ b/x11-toolkits/gnome-sharp20/Makefile
@@ -3,12 +3,12 @@
# Whom: Tom McLaughlin <tmclaugh@FreeBSD.org>
#
# $FreeBSD$
-# $Id: Makefile,v 1.1 2007-02-17 18:04:41 marcus Exp $
+# $Id: Makefile,v 1.2 2007-03-13 05:44:30 marcus Exp $
#
PORTNAME= gnome-sharp
PORTVERSION= 2.16.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.16
@@ -28,6 +28,8 @@ USE_GNOME= gnomehack gnomepanel gtkhtml3 gtksharp20 librsvg2 vte \
post-patch:
@${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -e \
's|^#!/usr/bin/perl|#!${PERL}|'
+ @${REINPLACE_CMD} -e 's|libgtkhtml-3.8|libgtkhtml-3.14|g' \
+ ${WRKSRC}/configure
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include <bsd.port.mk>