diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-11-14 21:07:05 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-11-14 21:07:05 +0000 |
commit | 3b0309ebfb950a913e65bb14e8e29e2f2665e189 (patch) | |
tree | 219b4682292be0fe03572b4d3c163a3524c235ae | |
parent | 1c4c48f91aba02b4ec689a90aeb8da7149de8eb1 (diff) | |
download | ports-3b0309ebfb950a913e65bb14e8e29e2f2665e189.tar.gz ports-3b0309ebfb950a913e65bb14e8e29e2f2665e189.zip |
Notes
-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} \ |