View | Details | Raw Unified | Return to bug 88984
Collapse All | Expand All

(-)Makefile (-3 lines)
Lines 62-70 Link Here
62
# Build and install all filter apsfilter knows about (rather expensive)
62
# Build and install all filter apsfilter knows about (rather expensive)
63
#
63
#
64
# all needed decompression utilities
64
# all needed decompression utilities
65
.if !exists(/usr/bin/bzip2)
66
RUN_DEPENDS+=	bunzip2:${PORTSDIR}/archivers/bzip2
67
.endif
68
RUN_DEPENDS+=	melt:${PORTSDIR}/archivers/freeze
65
RUN_DEPENDS+=	melt:${PORTSDIR}/archivers/freeze
69
RUN_DEPENDS+=	lzop:${PORTSDIR}/archivers/lzop
66
RUN_DEPENDS+=	lzop:${PORTSDIR}/archivers/lzop
70
# all needed "ASCII to ps" filter utilities
67
# all needed "ASCII to ps" filter utilities
(-)scripts/configure (-3 lines)
Lines 136-144 Link Here
136
		echo RUN_DEPENDS+=smbclient:${PORTSDIR}/net/samba
136
		echo RUN_DEPENDS+=smbclient:${PORTSDIR}/net/samba
137
		;;
137
		;;
138
	\"BZIP2\")
138
	\"BZIP2\")
139
		if [ ! -x /usr/bin/bzip2 ]; then
140
			echo RUN_DEPENDS+=bunzip2:${PORTSDIR}/archivers/bzip2
141
		fi
142
		;;
139
		;;
143
	\"FREEZE\")
140
	\"FREEZE\")
144
		echo RUN_DEPENDS+=melt:${PORTSDIR}/archivers/freeze
141
		echo RUN_DEPENDS+=melt:${PORTSDIR}/archivers/freeze

Return to bug 88984