aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-12-02 23:45:19 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-12-02 23:45:19 +0800
commit29920fd38dbd0285d9813b2264dbd5ca1c6aeaac (patch)
tree5ea1c8fa3c1c18ebed5677ee7e3421c383c0c3d2
parent3f634330244bd3ee9d4c50b4968c4a7d9e83b5a2 (diff)
downloadfreebsd-ports-gnome-29920fd38dbd0285d9813b2264dbd5ca1c6aeaac.tar.gz
freebsd-ports-gnome-29920fd38dbd0285d9813b2264dbd5ca1c6aeaac.tar.zst
freebsd-ports-gnome-29920fd38dbd0285d9813b2264dbd5ca1c6aeaac.zip
- Fix build with LUA_CAIRO or LUA_IMLIB2 enabled
PR: 204778 Submitted by: walkerd@pamandduncan.co.uk Approved by: portmgr blanket MFH: 2015Q4 (blanket)
-rw-r--r--sysutils/conky/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/conky/Makefile b/sysutils/conky/Makefile
index 49094348b237..b791d9f077c5 100644
--- a/sysutils/conky/Makefile
+++ b/sysutils/conky/Makefile
@@ -116,7 +116,7 @@ CONFIGURE_ARGS+= --disable-lua
.endif
.if ${PORT_OPTIONS:MLUA_CAIRO} || ${PORT_OPTIONS:MLUA_IMLIB2}
-LUA_COMPS= toluaxx
+LIB_DEPENDS+= libtolua++-5.1.so:${PORTSDIR}/lang/tolua++
.endif
post-patch: