From 807c660e04c90fddf2999c0a59fd0b2783bc68ff Mon Sep 17 00:00:00 2001 From: Florent Thoumie Date: Tue, 29 Nov 2005 19:08:38 +0000 Subject: - 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) --- print/apsfilter/Makefile | 3 --- print/apsfilter/scripts/configure | 3 --- 2 files changed, 6 deletions(-) (limited to 'print/apsfilter') 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 -- cgit v1.2.3