diff options
author | stas <stas@FreeBSD.org> | 2007-02-06 07:05:07 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2007-02-06 07:05:07 +0800 |
commit | 8982d03534ab3c1900e16e65875917b80b9848bf (patch) | |
tree | accc2a46b1e23598be09b0b3f62ee361a7cb8454 /lang | |
parent | 834d3f4dcff21510a1dbf3f6dd6fce27c29afdb7 (diff) | |
download | freebsd-ports-gnome-8982d03534ab3c1900e16e65875917b80b9848bf.tar.gz freebsd-ports-gnome-8982d03534ab3c1900e16e65875917b80b9848bf.tar.zst freebsd-ports-gnome-8982d03534ab3c1900e16e65875917b80b9848bf.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
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Sather/Makefile | 1 |
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 |