summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/poppler/Makefile8
1 files 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