aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2008-08-07 03:20:28 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2008-08-07 03:20:28 +0000
commit4238da6cbcaf4a92012f9e8285b3d97c1309aa9f (patch)
tree8304001ac66750013db1f15ce438af7cdb2021c9 /graphics
parent8e41420556941814a9e6f72c0c67aadd537415d3 (diff)
downloadports-4238da6cbcaf4a92012f9e8285b3d97c1309aa9f.tar.gz
ports-4238da6cbcaf4a92012f9e8285b3d97c1309aa9f.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xpdf/Makefile5
-rw-r--r--graphics/xpdf/pkg-descr3
2 files changed, 6 insertions, 2 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile
index 3d620df11e4e..27823a3c93ca 100644
--- a/graphics/xpdf/Makefile
+++ b/graphics/xpdf/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xpdf
PORTVERSION= 3.02
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= graphics print
MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \
${MASTER_SITE_TEX_CTAN}
@@ -69,7 +69,8 @@ MAN1+= xpdf.1
PLIST_SUB+= X11=""
.endif
-.if defined(WITHOUT_DRAW)
+.if defined(WITH_DRAW)
+# add support for adding/deleting drawing annotations in PDF files
PATCH_SITES+= http://info.iet.unipi.it/~luigi/FreeBSD/
PATCHFILES+= patch-zz-xpdf-annot.20080728a
.endif
diff --git a/graphics/xpdf/pkg-descr b/graphics/xpdf/pkg-descr
index b6a0b3056a0b..c4f635857e1a 100644
--- a/graphics/xpdf/pkg-descr
+++ b/graphics/xpdf/pkg-descr
@@ -5,4 +5,7 @@ PDF software.
It can also convert PDF input to ps, text, and info formats; and
split out fonts and images.
+This port, when built with 'make WITH_DRAW=yes', has support for drawing,
+saving and deleting annotations from PDF files.
+
WWW: http://www.foolabs.com/xpdf/