aboutsummaryrefslogtreecommitdiff
path: root/lang/Sather
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2007-02-05 23:05:07 +0000
committerStanislav Sedov <stas@FreeBSD.org>2007-02-05 23:05:07 +0000
commit7114c4f8345db3e30b48e427bef846fc457efd38 (patch)
tree05a6d7fc5790f55967ad91d4b595fa668bdff7dc /lang/Sather
parentc00be10dd8dbf36a65b6167a1e0f1cbfc2ec661e (diff)
downloadports-7114c4f8345db3e30b48e427bef846fc457efd38.tar.gz
ports-7114c4f8345db3e30b48e427bef846fc457efd38.zip
- Depend on libtool directly. This port builds a local copy of boehm-gc
which depend on it. Letting the boehm-gc to install it will effectively touch the filesystem in pre-build stage. Reported by: kris
Notes
Notes: svn path=/head/; revision=184327
Diffstat (limited to 'lang/Sather')
-rw-r--r--lang/Sather/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Sather/Makefile b/lang/Sather/Makefile
index fa11f045a65c..9d427d34763d 100644
--- a/lang/Sather/Makefile
+++ b/lang/Sather/Makefile
@@ -20,6 +20,7 @@ COMMENT= Sather compiler
# NOTE: currently build fails with threaded Tk
#
LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84
+BUILD_DEPENDS= ${LOCALBASE}/bin/libtool:${PORTSDIR}/devel/libtool15
USE_BZIP2= yes
USE_GMAKE= yes