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

/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
This commit is contained in:
Thierry Thomas 2005-11-14 21:07:05 +00:00
parent 1c4c48f91a
commit 3b0309ebfb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148275

View File

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