diff options
author | linimon <linimon@FreeBSD.org> | 2007-11-08 16:06:22 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-11-08 16:06:22 +0800 |
commit | ecb78795d3c31282ea4e70c271382b477c720043 (patch) | |
tree | 614a0ec619e83039377b2871f56e3cdf779ec736 | |
parent | 45dd8a831f7d0d95afc98ab635dbd0e0a32cd11b (diff) | |
download | freebsd-ports-gnome-ecb78795d3c31282ea4e70c271382b477c720043.tar.gz freebsd-ports-gnome-ecb78795d3c31282ea4e70c271382b477c720043.tar.zst freebsd-ports-gnome-ecb78795d3c31282ea4e70c271382b477c720043.zip |
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)
-rw-r--r-- | lang/neko/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |