diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-07-14 19:41:01 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-07-14 19:41:01 +0000 |
commit | 263fd9e2de8d536c23eb25e7d9500db9faebab6a (patch) | |
tree | d153031345dfcdf294ce6f0d3d2d2a0712145a89 /graphics/poppler | |
parent | abc1d055beb8194c8f1239cfd08670765400baf9 (diff) | |
download | ports-263fd9e2de8d536c23eb25e7d9500db9faebab6a.tar.gz ports-263fd9e2de8d536c23eb25e7d9500db9faebab6a.zip |
Notes
Diffstat (limited to 'graphics/poppler')
-rw-r--r-- | graphics/poppler/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile index 532285edf2fe..fd30d390ad65 100644 --- a/graphics/poppler/Makefile +++ b/graphics/poppler/Makefile @@ -8,7 +8,7 @@ PORTNAME= poppler PORTVERSION= 0.5.9 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= graphics print MASTER_SITES= http://poppler.freedesktop.org/ @@ -76,13 +76,13 @@ MAN1= pdffonts.1 pdfimages.1 pdfinfo.1 \ .else CONFIGURE_ARGS+=--disable-utils .endif +.endif .if defined(WITHOUT_CAIRO) CONFIGURE_ARGS+= --disable-cairo-output .else LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo .endif -.endif post-patch: .if defined(SLAVEPORT) && ${SLAVEPORT}=="qt" |