diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-06-25 11:24:25 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-06-25 11:24:25 +0000 |
commit | 6861478f033860999bac62ab57d31ee3e3566ab4 (patch) | |
tree | ad45db413ca09d1324b2d93a568d24d436678835 /textproc/ipdf/Makefile | |
parent | a4bfbe332d7d12e0d15936cc40f901e4dfa4dec1 (diff) | |
download | ports-6861478f033860999bac62ab57d31ee3e3566ab4.tar.gz ports-6861478f033860999bac62ab57d31ee3e3566ab4.zip |
Notes
Diffstat (limited to 'textproc/ipdf/Makefile')
-rw-r--r-- | textproc/ipdf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ipdf/Makefile b/textproc/ipdf/Makefile index da0711acc526..ba237e298fd4 100644 --- a/textproc/ipdf/Makefile +++ b/textproc/ipdf/Makefile @@ -8,13 +8,14 @@ PORTNAME= ipdf PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://hoopajoo.net/static/projects/ MAINTAINER= ports@FreeBSD.org COMMENT= Creates indexed pdf documents from text files -LIB_DEPENDS= pdf.6:${PORTSDIR}/print/pdflib \ +LIB_DEPENDS= pdf.7:${PORTSDIR}/print/pdflib \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff |