diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2007-10-23 03:29:16 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2007-10-23 03:29:16 +0000 |
commit | ef457b3872777cededcf81e846e5cfe0ee9871ae (patch) | |
tree | 0d85fe14167729a527ff0682c4e72e337ae6e8af | |
parent | 562f11d26dcee86592cdaf7f5dcf6afea62edf36 (diff) | |
download | ports-ef457b3872777cededcf81e846e5cfe0ee9871ae.tar.gz ports-ef457b3872777cededcf81e846e5cfe0ee9871ae.zip |
Notes
-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" |