From cee82c674898b96a9b4e33d9bc6078d72eff8310 Mon Sep 17 00:00:00 2001 From: mezz Date: Wed, 11 Jul 2007 02:46:40 +0000 Subject: Correct the gail in libgnomecanvas-2.0.pc to avoid a few of ports build failure, bump the PORTREVISION. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9198 df743ca5-7f9a-e211-a948-0013205c9059 --- graphics/libgnomecanvas/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'graphics/libgnomecanvas') diff --git a/graphics/libgnomecanvas/Makefile b/graphics/libgnomecanvas/Makefile index b70c7955e..eff7dcf2f 100644 --- a/graphics/libgnomecanvas/Makefile +++ b/graphics/libgnomecanvas/Makefile @@ -3,11 +3,11 @@ # Whom: Maxim Sobolev # # $FreeBSD$ -# $MCom: ports/graphics/libgnomecanvas/Makefile,v 1.60 2006/09/10 00:51:11 mezz Exp $ +# $MCom: ports/graphics/libgnomecanvas/Makefile,v 1.62 2007/07/10 16:36:34 ahze Exp $ PORTNAME= libgnomecanvas PORTVERSION= 2.19.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -31,6 +31,10 @@ CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +post-patch: + @${REINPLACE_CMD} -e 's|gail-1.0|gail|g' \ + ${WRKSRC}/libgnomecanvas/libgnomecanvas-2.0.pc.in + .include .endif -- cgit v1.2.3