From 3af65dd8cb159f90cf84f0b29ecc20252bcfa45d Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 17 Sep 2006 21:50:04 +0000 Subject: Only depend on cairo if we want cairo support. PR: 102711 Submitted by: Shane Bell git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7326 df743ca5-7f9a-e211-a948-0013205c9059 --- graphics/poppler/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile index c7a8d5d71..8abb98e4b 100644 --- a/graphics/poppler/Makefile +++ b/graphics/poppler/Makefile @@ -3,20 +3,18 @@ # Whom: marcus@FreeBSD.org # # $FreeBSD$ -# $MCom: ports/graphics/poppler/Makefile,v 1.26 2006/07/18 19:54:44 ahze Exp $ +# $MCom: ports/graphics/poppler/Makefile,v 1.27 2006/09/10 00:51:11 mezz Exp $ # PORTNAME= poppler PORTVERSION= 0.5.3 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= graphics print MASTER_SITES= http://poppler.freedesktop.org/ MAINTAINER?= gnome@FreeBSD.org COMMENT?= A PDF rendering library -LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo - USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= gnomehack gnometarget @@ -60,6 +58,8 @@ CONFIGURE_ARGS+=--disable-poppler-glib --disable-poppler-qt \ --disable-poppler-qt4 --disable-utils .if defined(WITHOUT_CAIRO) CONFIGURE_ARGS+= --disable-cairo-output +.else +LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo .endif .endif -- cgit v1.2.3