From 8982d03534ab3c1900e16e65875917b80b9848bf Mon Sep 17 00:00:00 2001 From: stas Date: Mon, 5 Feb 2007 23:05:07 +0000 Subject: - 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 --- lang/Sather/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lang') 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 -- cgit