diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-09-17 21:51:24 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-09-17 21:51:24 +0000 |
commit | 68d780793ccb732ffd425994386aece4bae6678f (patch) | |
tree | bc04934824bb407d221fe627d1694783df190dea /graphics/poppler | |
parent | 2ff2a7406e283445a5992991ab1aa0157c362e08 (diff) |
Notes
Diffstat (limited to 'graphics/poppler')
-rw-r--r-- | graphics/poppler/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile index d69896782934..2187c2dbe9e8 100644 --- a/graphics/poppler/Makefile +++ b/graphics/poppler/Makefile @@ -8,15 +8,13 @@ PORTNAME= poppler PORTVERSION= 0.5.3 -PORTREVISION?= 0 +PORTREVISION?= 1 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 USE_X_PREFIX= yes GNU_CONFIGURE= yes @@ -61,6 +59,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 |