Skip to content

Commit

Permalink
- Allow building with lua 5.2
Browse files Browse the repository at this point in the history
- Make LUA_CAIRO option default to on

Suggested by: lme
  • Loading branch information
madpilot78 committed Apr 21, 2019
1 parent 589479a commit 6b70d90
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sysutils/conky/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

PORTNAME= conky
PORTVERSION= 1.11.3
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= sysutils

Expand All @@ -15,7 +16,7 @@ BUILD_DEPENDS= db2x_xsltproc:textproc/docbook2X \
xsltproc:textproc/libxslt

USES= cpe cmake:noninja compiler:c++11-lib gettext-runtime iconv \
localbase lua:53 pkgconfig tar:bzip2
localbase lua:52 pkgconfig tar:bzip2

CMAKE_ARGS+= -DBUILD_PORT_MONITORS:BOOL=false \
-DBUILD_IBM:BOOL=false \
Expand All @@ -37,7 +38,7 @@ OPTIONS_DEFINE= APCUPSD CURL DOCS EXAMPLES IPV6 METAR MOC MPD NCURSES RSS \

OPTIONS_GROUP?= X11
OPTIONS_GROUP_X11= ARGB DOUBLE_BUFFER IMLIB2 XFT XINERAMA LUA_CAIRO LUA_IMLIB2 LUA_RSVG
OPTIONS_DEFAULT?= X11 ARGB DOUBLE_BUFFER XFT
OPTIONS_DEFAULT?= X11 ARGB DOUBLE_BUFFER XFT LUA_CAIRO

APCUPSD_DESC= Monitor APCUPSD
APCUPSD_CMAKE_BOOL= BUILD_APCUPSD
Expand Down

0 comments on commit 6b70d90

Please sign in to comment.