From 2de69b9c5a324e55d658b2bdeb010d15c5d1f67c Mon Sep 17 00:00:00 2001 From: ahze Date: Thu, 4 May 2006 10:28:14 +0000 Subject: - Don't build test apps because some depend on poppler which depends on cairo Reported by: Caelian on irc.freenode.org/#FreeBSD-GNOME git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6210 df743ca5-7f9a-e211-a948-0013205c9059 --- graphics/cairo/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'graphics') diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 8f007b377..121602b7a 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson # # $FreeBSD$ -# $MCom: ports/graphics/cairo/Makefile,v 1.32 2006/04/30 03:25:22 ahze Exp $ +# $MCom: ports/graphics/cairo/Makefile,v 1.33 2006/05/04 01:52:42 ahze Exp $ # PORTNAME= cairo @@ -57,5 +57,7 @@ post-patch: .endif @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \ ${WRKSRC}/test/Makefile.in + @${REINPLACE_CMD} -e 's|src test doc|src doc|' \ + ${WRKSRC}/Makefile.in .include -- cgit v1.2.3