diff options
-rw-r--r-- | graphics/xpdf/Makefile | 5 | ||||
-rw-r--r-- | graphics/xpdf/pkg-descr | 3 |
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/ |