1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- 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)
This commit is contained in:
Florent Thoumie 2005-11-29 19:08:38 +00:00
parent 490bf2bc71
commit 807c660e04
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149934
2 changed files with 0 additions and 6 deletions

View File

@ -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

View File

@ -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