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/