diff options
author | knu <knu@FreeBSD.org> | 2001-08-16 04:33:16 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-08-16 04:33:16 +0800 |
commit | 58124457c3a6dd7117d6d4f3f81c0205ff4c0695 (patch) | |
tree | 2bac886c1008a0d4900a2204268e6fef08c43c02 /print | |
parent | 01f54590915661a5f168e052c9c17d8b4ee4e09d (diff) | |
download | freebsd-ports-gnome-58124457c3a6dd7117d6d4f3f81c0205ff4c0695.tar.gz freebsd-ports-gnome-58124457c3a6dd7117d6d4f3f81c0205ff4c0695.tar.zst freebsd-ports-gnome-58124457c3a6dd7117d6d4f3f81c0205ff4c0695.zip |
Conditionalize bzip2 dependencies.
Diffstat (limited to 'print')
-rw-r--r-- | print/apsfilter/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index 03b0ca834174..a455a9befa07 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -44,7 +44,9 @@ RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6-nox11 RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6 .endif # all needed decompression utilities +.if !exists(/usr/bin/bzip2) RUN_DEPENDS+= bunzip2:${PORTSDIR}/archivers/bzip2 +.endif RUN_DEPENDS+= melt:${PORTSDIR}/archivers/freeze # all needed "xxx to ps" filter utilities RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-letter |