diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2007-10-23 11:29:16 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2007-10-23 11:29:16 +0800 |
commit | 63e8d51816e0da01c26935e86fe94f6c24513af7 (patch) | |
tree | 618a48fd9220327a06674ad1bca8d0c6dc41c978 | |
parent | 75cd30b2b78883648d3af4c1b1df433ab05183ae (diff) | |
download | freebsd-ports-gnome-63e8d51816e0da01c26935e86fe94f6c24513af7.tar.gz freebsd-ports-gnome-63e8d51816e0da01c26935e86fe94f6c24513af7.tar.zst freebsd-ports-gnome-63e8d51816e0da01c26935e86fe94f6c24513af7.zip |
- Correct gtkhtml library version.
Submitted by: Phillip Neumann
Project by: BSD# (http://www.mono-project.com/Mono:FreeBSD)
-rw-r--r-- | x11-toolkits/gnome-sharp20/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/gnome-sharp20/Makefile b/x11-toolkits/gnome-sharp20/Makefile index fd1ff90ecc2d..a9e90b3520bb 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 2006/10/26 05:17:29 tmclau02 Exp $ +# $Id: Makefile,v 1.3 2007/10/02 03:37:51 killfill Exp $ # PORTNAME= gnome-sharp PORTVERSION= 2.16.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.16 @@ -29,6 +29,7 @@ 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' \ + -e 's|GTKHTML_VERSION=3.8|GTKHTML_VERSION=3.14|g' \ ${WRKSRC}/configure .include "${.CURDIR}/../../lang/mono/bsd.mono.mk" |