mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
- Allow building with lua 5.2
- Make LUA_CAIRO option default to on Suggested by: lme
This commit is contained in:
parent
eb880b7e73
commit
4e42a5c321
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=499597
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= conky
|
||||
PORTVERSION= 1.11.3
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= sysutils
|
||||
|
||||
@ -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 \
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user