summaryrefslogtreecommitdiffstats
path: root/graphics/cairo/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-05-04 18:28:14 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-05-04 18:28:14 +0800
commit2de69b9c5a324e55d658b2bdeb010d15c5d1f67c (patch)
treee748cc95c0120b44ddeb24b58b880b8c4b1a8770 /graphics/cairo/Makefile
parent0e7bd3a5b7cc7e73bb65860b0b9cc5276cc988ec (diff)
downloadmarcuscom-ports-2de69b9c5a324e55d658b2bdeb010d15c5d1f67c.tar.gz
marcuscom-ports-2de69b9c5a324e55d658b2bdeb010d15c5d1f67c.tar.zst
marcuscom-ports-2de69b9c5a324e55d658b2bdeb010d15c5d1f67c.zip
- 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
Diffstat (limited to 'graphics/cairo/Makefile')
-rw-r--r--graphics/cairo/Makefile4
1 files changed, 3 insertions, 1 deletions
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 <ahze@FreeBSD.org>
#
# $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 <bsd.port.post.mk>