aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-11-29 19:08:38 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-11-29 19:08:38 +0000
commit807c660e04c90fddf2999c0a59fd0b2783bc68ff (patch)
treef1260ddc1ceeaaada4c9467a86a6381913d5b35e /print
parent490bf2bc719c783e2e7bf0283c2fb590ac8e6262 (diff)
downloadports-807c660e04c90fddf2999c0a59fd0b2783bc68ff.tar.gz
ports-807c660e04c90fddf2999c0a59fd0b2783bc68ff.zip
Notes
Diffstat (limited to 'print')
-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