diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-11-13 07:48:32 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-11-13 07:48:32 +0800 |
commit | 1f02bc1fa11de03e6c1c7cdd8897f100a51293e4 (patch) | |
tree | 835ea1e2c265c2900b2e5d52b5b10d2b750c5338 /lang | |
parent | 72a1382d2dd8854884f7dc5c5c442a2bb46001aa (diff) | |
download | freebsd-ports-gnome-1f02bc1fa11de03e6c1c7cdd8897f100a51293e4.tar.gz freebsd-ports-gnome-1f02bc1fa11de03e6c1c7cdd8897f100a51293e4.tar.zst freebsd-ports-gnome-1f02bc1fa11de03e6c1c7cdd8897f100a51293e4.zip |
- Augment previous fix
Reported by: pointyhat
Approved by: portmgr (hat)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/neko/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/neko/Makefile b/lang/neko/Makefile index 781a1e3603cc..c7b7b676fb9a 100644 --- a/lang/neko/Makefile +++ b/lang/neko/Makefile @@ -16,7 +16,7 @@ COMMENT= The Neko Programming Language ONLY_FOR_ARCHS= i386 amd64 -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= libtool:15:env USE_GMAKE= yes OPTIONS= APACHE13 "Build with mod_neko for Apache 1.3.x" off \ |