summaryrefslogtreecommitdiffstats
path: root/textproc/aspell
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2002-09-10 06:46:33 +0000
committerdinoex <dinoex@FreeBSD.org>2002-09-10 06:46:33 +0000
commitabd13c9424e76ccfb30197523f255541e52aa48e (patch)
tree806b3100773f2f0e9010cdadaf20bf3dc62d2d66 /textproc/aspell
parentff453e63ace24daee4a73ca333a8548c0fdd4df6 (diff)
downloadFreeBSD-ports-abd13c9424e76ccfb30197523f255541e52aa48e.zip
FreeBSD-ports-abd13c9424e76ccfb30197523f255541e52aa48e.tar.gz
Depends on bzip2 only if not in base
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 7d66a4e..f243eb76 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} \
OpenPOWER on IntegriCloud