From 828cd65abdf82341b04967bf14eb68d0a7238e9e Mon Sep 17 00:00:00 2001 From: ahze Date: Thu, 4 May 2006 19:17:28 +0000 Subject: - Really diable building test/ dir, I tested in tinderbox and it didn't pick up poppler so it didn't try to build those test apps Submitted by: Caelian via irc.freenode.org/#FreeBSD-GNOME git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6215 df743ca5-7f9a-e211-a948-0013205c9059 --- graphics/cairo/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'graphics') diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index ca0691bd9..0a4fd8ba8 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson # # $FreeBSD$ -# $MCom: ports/graphics/cairo/Makefile,v 1.34 2006/05/04 10:28:14 ahze Exp $ +# $MCom: ports/graphics/cairo/Makefile,v 1.35 2006/05/04 14:42:39 ahze Exp $ # PORTNAME= cairo @@ -58,7 +58,8 @@ post-patch: .endif @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \ ${WRKSRC}/test/Makefile.in - @${REINPLACE_CMD} -e 's|src test doc|src doc|' \ + @${REINPLACE_CMD} -e 's|src test doc|src doc|; \ + s|@CAIRO_HAS_PNG_FUNCTIONS_TRUE@am__append_1 = test||' \ ${WRKSRC}/Makefile.in .include -- cgit v1.2.3