- Use WITH_DRAW instead of WITHOUT_DRAW.

- Commenting the new functionality in pkg-descr.
- Bump PORTREVISION.

Suggested by:	Luigi Rizzo <rizzo@iet.unipi.it>
This commit is contained in:
Marcelo Araujo 2008-08-07 03:20:28 +00:00
parent 8e41420556
commit 4238da6cbc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218166
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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/