diff options
author | thierry <thierry@FreeBSD.org> | 2005-11-15 05:07:05 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-11-15 05:07:05 +0800 |
commit | 9f99fdc32e4a953ac06cf863f7aaa7848e2979cf (patch) | |
tree | 8adf64904a7925965dd14fbc37b733f113e8f05d /textproc/aspell | |
parent | b522f6248bddff9ebcefa4497bc13558b593e5b6 (diff) | |
download | freebsd-ports-gnome-9f99fdc32e4a953ac06cf863f7aaa7848e2979cf.tar.gz freebsd-ports-gnome-9f99fdc32e4a953ac06cf863f7aaa7848e2979cf.tar.zst freebsd-ports-gnome-9f99fdc32e4a953ac06cf863f7aaa7848e2979cf.zip |
/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
Diffstat (limited to 'textproc/aspell')
-rw-r--r-- | textproc/aspell/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
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} \ |