Update port dependency, if defined APSFILTER_ALL
The interactive script will be updated later. Don't bump port revision, since next following commit will contain new apsfilter release, that is now in the queue, before I finished polishing interactive installartion. But I didn't want to mix this change and the new apsfilter version in one commit.
This commit is contained in:
parent
0e63d983d5
commit
7e913c20c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52908
1 changed files with 20 additions and 2 deletions
|
@ -53,15 +53,33 @@ RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu
|
|||
RUN_DEPENDS+= bunzip2:${PORTSDIR}/archivers/bzip2
|
||||
.endif
|
||||
RUN_DEPENDS+= melt:${PORTSDIR}/archivers/freeze
|
||||
# all needed "xxx to ps" filter utilities
|
||||
RUN_DEPENDS+= lzop:${PORTSDIR}/archivers/lzop
|
||||
# all needed "ASCII to ps" filter utilities
|
||||
RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-letter
|
||||
RUN_DEPENDS+= enscript:${PORTSDIR}/print/enscript-letter
|
||||
RUN_DEPENDS+= mpage:${PORTSDIR}/print/mpage
|
||||
RUN_DEPENDS+= recode:${PORTSDIR}/converters/recode
|
||||
# all needed "ARCHIVE" extraction utilities
|
||||
RUN_DEPENDS+= arc:${PORTSDIR}/archivers/arc
|
||||
RUN_DEPENDS+= cabextract:${PORTSDIR}/archivers/cabextract
|
||||
RUN_DEPENDS+= lha:${PORTSDIR}/archivers/lha
|
||||
RUN_DEPENDS+= rar:${PORTSDIR}/archivers/rar
|
||||
RUN_DEPENDS+= rpm:${PORTSDIR}/archivers/rpm
|
||||
RUN_DEPENDS+= unarj:${PORTSDIR}/archivers/unarj
|
||||
RUN_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip
|
||||
RUN_DEPENDS+= zoo:${PORTSDIR}/archivers/zoo
|
||||
# all needed "xxx to ps" filter utilities
|
||||
RUN_DEPENDS+= fitstopnm:${PORTSDIR}/graphics/netpbm
|
||||
RUN_DEPENDS+= htmldoc:${PORTSDIR}/textproc/htmldoc
|
||||
RUN_DEPENDS+= psnup:${PORTSDIR}/print/psutils-letter
|
||||
.if !defined(WITHOUT_X11)
|
||||
# "xxx to ps" filter utilities that require X
|
||||
RUN_DEPENDS+= acroread4:${PORTSDIR}/print/acroread4
|
||||
RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick
|
||||
RUN_DEPENDS+= dvips:${PORTSDIR}/print/teTeX
|
||||
RUN_DEPENDS+= html2ps:${PORTSDIR}/print/html2ps-letter
|
||||
RUN_DEPENDS+= wmf2eps:${PORTSDIR}/graphics/libwmf
|
||||
RUN_DEPENDS+= sk2ps:${PORTSDIR}/graphics/sketch
|
||||
RUN_DEPENDS+= tgif:${PORTSDIR}/graphics/tgif-nls
|
||||
RUN_DEPENDS+= transfig:${PORTSDIR}/print/transfig
|
||||
.else
|
||||
# "xxx to ps" filter utilities that don't require X
|
||||
|
|
Loading…
Reference in a new issue