diff options
author | andreas <andreas@FreeBSD.org> | 2002-10-30 03:10:17 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2002-10-30 03:10:17 +0800 |
commit | 2b398892a9fd297e7e5982f8a125a93e47c287ee (patch) | |
tree | de9371cc064c84cb953bb1121462e8afda174971 /print | |
parent | feeff78fb081f5a568137207f0b27c8a777ccb5b (diff) | |
download | freebsd-ports-gnome-2b398892a9fd297e7e5982f8a125a93e47c287ee.tar.gz freebsd-ports-gnome-2b398892a9fd297e7e5982f8a125a93e47c287ee.tar.zst freebsd-ports-gnome-2b398892a9fd297e7e5982f8a125a93e47c287ee.zip |
- added needed run dependency
added dependency to print/hpijs, since the ijs driver isn't automatically
installed anymore when installing ghostscript
- therefore bumped portrevision
Diffstat (limited to 'print')
-rw-r--r-- | print/apsfilter/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index 6071a535acac..67791272e7a5 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -107,6 +107,9 @@ RUN_DEPENDS+= psnup:${PORTSDIR}/print/psutils-letter # needed for aps2file :-/ RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash2 +# HP IJS driver is not automatically part of ghostscript port anymore +RUN_DEPENDS+= hpijs:${PORTSDIR}/print/hpijs + MAN1= apsfilter.1 aps2file.1 apsfilter-bug.1 apspreview.1 MAN5= apsfilterrc.5 |