summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-11 10:46:40 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-11 10:46:40 +0800
commitcee82c674898b96a9b4e33d9bc6078d72eff8310 (patch)
treef84a66bff3aacf2309b3821ce456e04a437c44cc /graphics
parentd23dc519dd48cdf70d75821dda5d947013ef279e (diff)
downloadmarcuscom-ports-cee82c674898b96a9b4e33d9bc6078d72eff8310.tar
marcuscom-ports-cee82c674898b96a9b4e33d9bc6078d72eff8310.tar.gz
marcuscom-ports-cee82c674898b96a9b4e33d9bc6078d72eff8310.tar.bz2
marcuscom-ports-cee82c674898b96a9b4e33d9bc6078d72eff8310.tar.lz
marcuscom-ports-cee82c674898b96a9b4e33d9bc6078d72eff8310.tar.xz
marcuscom-ports-cee82c674898b96a9b4e33d9bc6078d72eff8310.tar.zst
marcuscom-ports-cee82c674898b96a9b4e33d9bc6078d72eff8310.zip
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
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libgnomecanvas/Makefile8
1 files changed, 6 insertions, 2 deletions
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 <sobomax@FreeBSD.org>
#
# $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 <bsd.port.mk>
.endif