diff options
author | pat <pat@FreeBSD.org> | 2002-06-19 20:53:40 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-06-19 20:53:40 +0800 |
commit | 9f79cab07949935f418234cff468d25bed443a35 (patch) | |
tree | 801a8e152d3651d6e02947bebbbc5612b26fef45 | |
parent | 10d11719b6547035b62dc6828c135e726ec57c47 (diff) | |
download | freebsd-ports-gnome-9f79cab07949935f418234cff468d25bed443a35.tar.gz freebsd-ports-gnome-9f79cab07949935f418234cff468d25bed443a35.tar.zst freebsd-ports-gnome-9f79cab07949935f418234cff468d25bed443a35.zip |
- Fix typos in pkg-descr and dependencies
- bump PORTREVISION
PR: 39503
Submitted by: maintainer
-rw-r--r-- | textproc/pdftohtml/Makefile | 4 | ||||
-rw-r--r-- | textproc/pdftohtml/pkg-descr | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/textproc/pdftohtml/Makefile b/textproc/pdftohtml/Makefile index 0d572376870a..654d055f76f4 100644 --- a/textproc/pdftohtml/Makefile +++ b/textproc/pdftohtml/Makefile @@ -8,6 +8,7 @@ PORTNAME= pdftohtml PORTVERSION= 0.34 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,8 +16,9 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/} MAINTAINER= erwin@lansing.dk +RUN_DEPENDS= ${LOCALBASE}/bin/gs:${PORTSDIR}/print/ghostscript-gnu + WRKSRC= ${WRKDIR}/${PORTNAME} -USE_GMAKE= yes pre-patch: .for file in goo/Makefile xpdf/Makefile diff --git a/textproc/pdftohtml/pkg-descr b/textproc/pdftohtml/pkg-descr index 69af87c98bb4..3d9f30cab7c8 100644 --- a/textproc/pdftohtml/pkg-descr +++ b/textproc/pdftohtml/pkg-descr @@ -1,6 +1,6 @@ -This is a port of pdftohtml, which converts pdf-files into nicely i +This is a port of pdftohtml, which converts pdf-files into nicely formatted html, combined with png images. -The HTML generated uses frames to emulate the contentlisting from +The HTML generated uses frames to emulate the content listing from the pdf. WWW: http://sourceforge.net/projects/pdftohtml/ |