summaryrefslogtreecommitdiff
path: root/print/apsfilter
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/apsfilter
parent- Remove hardcoded gcc in scripts and Makefiles. (diff)
- Remove bzip2 incantations since it has been part of base system since FreeBSD 4.4.
PR: ports/88984 Submitted by: edwin Approved by: maintainer timeout (2 weeks)
Notes
Notes: svn path=/head/; revision=149934
Diffstat (limited to 'print/apsfilter')
-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