diff options
author | ade <ade@FreeBSD.org> | 2010-12-09 03:58:49 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-12-09 03:58:49 +0800 |
commit | 827c6381d11bd79a10cffc8155bc2913200b45da (patch) | |
tree | 055d5b4b4fa27cce7f391d5dad608380754ba127 /lang | |
parent | 5229407736453559e6a3641ba620dee33f92c002 (diff) | |
download | freebsd-ports-gnome-827c6381d11bd79a10cffc8155bc2913200b45da.tar.gz freebsd-ports-gnome-827c6381d11bd79a10cffc8155bc2913200b45da.tar.zst freebsd-ports-gnome-827c6381d11bd79a10cffc8155bc2913200b45da.zip |
Clean up "current" versions of autotools components to further reduce
tree-churn on updates.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Sather/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/Sather/Makefile b/lang/Sather/Makefile index d9339a68fb4e..3fd54a4b878e 100644 --- a/lang/Sather/Makefile +++ b/lang/Sather/Makefile @@ -21,7 +21,7 @@ COMMENT= Sather compiler # LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84 \ gc-redirect.1:${PORTSDIR}/devel/boehm-gc-redirect -BUILD_DEPENDS= ${LOCALBASE}/bin/libtool:${PORTSDIR}/devel/libtool22 +BUILD_DEPENDS= ${LOCALBASE}/bin/libtool:${PORTSDIR}/devel/libtool USE_BZIP2= yes USE_GMAKE= yes |