summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-05-05 03:17:28 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-05-05 03:17:28 +0800
commit828cd65abdf82341b04967bf14eb68d0a7238e9e (patch)
treec4f1162010af50e44991df3a020f0800499e7277 /graphics
parent13ebfe235a7e6f56ece963b1a9a51f6dc4f5d71f (diff)
downloadmarcuscom-ports-828cd65abdf82341b04967bf14eb68d0a7238e9e.tar
marcuscom-ports-828cd65abdf82341b04967bf14eb68d0a7238e9e.tar.gz
marcuscom-ports-828cd65abdf82341b04967bf14eb68d0a7238e9e.tar.bz2
marcuscom-ports-828cd65abdf82341b04967bf14eb68d0a7238e9e.tar.lz
marcuscom-ports-828cd65abdf82341b04967bf14eb68d0a7238e9e.tar.xz
marcuscom-ports-828cd65abdf82341b04967bf14eb68d0a7238e9e.tar.zst
marcuscom-ports-828cd65abdf82341b04967bf14eb68d0a7238e9e.zip
- 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
Diffstat (limited to 'graphics')
-rw-r--r--graphics/cairo/Makefile5
1 files changed, 3 insertions, 2 deletions
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 <ahze@FreeBSD.org>
#
# $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 <bsd.port.post.mk>