summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--print/apsfilter/Makefile3
-rw-r--r--print/apsfilter/scripts/configure3
2 files changed, 0 insertions, 6 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile
index 111531c61429..08014337da15 100644
--- a/print/apsfilter/Makefile
+++ b/print/apsfilter/Makefile
@@ -62,9 +62,6 @@ PAPERSIZE?= letter
# Build and install all filter apsfilter knows about (rather expensive)
#
# all needed decompression utilities
-.if !exists(/usr/bin/bzip2)
-RUN_DEPENDS+= bunzip2:${PORTSDIR}/archivers/bzip2
-.endif
RUN_DEPENDS+= melt:${PORTSDIR}/archivers/freeze
RUN_DEPENDS+= lzop:${PORTSDIR}/archivers/lzop
# all needed "ASCII to ps" filter utilities
diff --git a/print/apsfilter/scripts/configure b/print/apsfilter/scripts/configure
index 7e8c701bcb63..78c945e9cd1f 100644
--- a/print/apsfilter/scripts/configure
+++ b/print/apsfilter/scripts/configure
@@ -136,9 +136,6 @@ while [ "$1" ]; do
echo RUN_DEPENDS+=smbclient:${PORTSDIR}/net/samba
;;
\"BZIP2\")
- if [ ! -x /usr/bin/bzip2 ]; then
- echo RUN_DEPENDS+=bunzip2:${PORTSDIR}/archivers/bzip2
- fi
;;
\"FREEZE\")
echo RUN_DEPENDS+=melt:${PORTSDIR}/archivers/freeze