aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2002-09-10 14:46:33 +0800
committerdinoex <dinoex@FreeBSD.org>2002-09-10 14:46:33 +0800
commitabd13c9424e76ccfb30197523f255541e52aa48e (patch)
tree806b3100773f2f0e9010cdadaf20bf3dc62d2d66 /textproc
parentff453e63ace24daee4a73ca333a8548c0fdd4df6 (diff)
downloadfreebsd-ports-gnome-abd13c9424e76ccfb30197523f255541e52aa48e.tar.gz
freebsd-ports-gnome-abd13c9424e76ccfb30197523f255541e52aa48e.tar.zst
freebsd-ports-gnome-abd13c9424e76ccfb30197523f255541e52aa48e.zip
Depends on bzip2 only if not in base
Diffstat (limited to 'textproc')
-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} \