diff options
author | linimon <linimon@FreeBSD.org> | 2006-09-15 16:17:11 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-09-15 16:17:11 +0800 |
commit | f2d8437c35c46dc1131c982c1f25abcd7d641fb3 (patch) | |
tree | 61136cc420c647223541df746f011f5307a7b184 /www/elinks | |
parent | 6c16383d95de00351d4ecaf674a95f310d209a6b (diff) | |
download | freebsd-ports-gnome-f2d8437c35c46dc1131c982c1f25abcd7d641fb3.tar.gz freebsd-ports-gnome-f2d8437c35c46dc1131c982c1f25abcd7d641fb3.tar.zst freebsd-ports-gnome-f2d8437c35c46dc1131c982c1f25abcd7d641fb3.zip |
Modify these files to reflect bsd.lua.mk as tested on the cluster.
PR: ports/101612
Submitted by: alepulver
Hat: portmgr
Diffstat (limited to 'www/elinks')
-rw-r--r-- | www/elinks/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/elinks/Makefile b/www/elinks/Makefile index dfc521f0941f..7ea3ff7f9634 100644 --- a/www/elinks/Makefile +++ b/www/elinks/Makefile @@ -74,8 +74,10 @@ CONFIGURE_ARGS+= --without-guile .endif .if defined(WITH_LUASCRIPT) -LIB_DEPENDS+= lua:${PORTSDIR}/lang/lua50 +USE_LUA= 5.0 CONFIGURE_ARGS+= --with-lua +CPPFLAGS+= -I${LUA_INCDIR} +LDFLAGS+= -L${LUA_LIBDIR} .else CONFIGURE_ARGS+= --without-lua .endif |