summaryrefslogtreecommitdiff
path: root/textproc/aspell
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-09-10 06:46:33 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-09-10 06:46:33 +0000
commit8a6794293a5e4840c42081f22f6269828ba6b943 (patch)
tree1f63582237cbd240c1e0f614ebda6787801bab62 /textproc/aspell
parentUpdate MASTER_SITES (diff)
Depends on bzip2 only if not in base
Notes
Notes: svn path=/head/; revision=66015
Diffstat (limited to 'textproc/aspell')
-rw-r--r--textproc/aspell/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile
index 7d66a4ed21c7..f243eb7680a6 100644
--- a/textproc/aspell/Makefile
+++ b/textproc/aspell/Makefile
@@ -16,8 +16,10 @@ EXTRACT_ONLY= aspell-0.50.1.tar.gz
MAINTAINER?= thierry@pompo.net
-BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 \
- bzip2:${PORTSDIR}/archivers/bzip2
+BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2
+.if exists(/usr/bin/bzip2)
+BUILD_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2
+.endif
USE_LIBTOOL= yes
CONFIGURE_ARGS= --enable-dict-dir=${DATADIR} \