From 9f99fdc32e4a953ac06cf863f7aaa7848e2979cf Mon Sep 17 00:00:00 2001 From: thierry Date: Mon, 14 Nov 2005 21:07:05 +0000 Subject: /usr/bin/bzip2 has been part of the base system since 4.4, therefore it's not necessary to explicitely check for it. PR: 88994 Submitted by: edwin --- textproc/aspell/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'textproc/aspell') diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index a71b333c7e31..2db0eaa116bd 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -17,10 +17,6 @@ EXTRACT_ONLY= aspell-0.60.4.tar.gz MAINTAINER?= thierry@FreeBSD.org COMMENT?= Spelling checker with better suggestion logic than ispell -.if !exists(/usr/bin/bzip2) -BUILD_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2 -.endif - USE_LIBTOOL_VER= 15 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-dict-dir=${DATADIR} \ -- cgit