diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-12-08 19:58:49 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-12-08 19:58:49 +0000 |
commit | f584da22ee03bf55f4db7ffa79c61aa8ad827ad6 (patch) | |
tree | f7da82208d8de3376467178192bb0f8181f73280 /lang | |
parent | deb6a6b36bfd8259bc9c372e4698cb7c7a8233ce (diff) | |
download | ports-f584da22ee03bf55f4db7ffa79c61aa8ad827ad6.tar.gz ports-f584da22ee03bf55f4db7ffa79c61aa8ad827ad6.zip |
Notes
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 |