From ecb78795d3c31282ea4e70c271382b477c720043 Mon Sep 17 00:00:00 2001 From: linimon Date: Thu, 8 Nov 2007 08:06:22 +0000 Subject: Fix build on cluster by adding a libtool dependency. This is a hack to work around the fact that this port reaches over into devel/boehm-gc to do part of its build. This isn't the Right Thing. Approved by: portmgr (self) --- lang/neko/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/neko/Makefile b/lang/neko/Makefile index 47e39415fca0..781a1e3603cc 100644 --- a/lang/neko/Makefile +++ b/lang/neko/Makefile @@ -16,6 +16,7 @@ COMMENT= The Neko Programming Language ONLY_FOR_ARCHS= i386 amd64 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes OPTIONS= APACHE13 "Build with mod_neko for Apache 1.3.x" off \ -- cgit