diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2019-04-21 22:46:35 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2019-04-21 22:46:35 +0000 |
commit | 4e42a5c3218aaad8bad8b747e992bf15750621d8 (patch) | |
tree | 76625fdc7458e696a576a373eeb4fa9700bed627 /sysutils | |
parent | New port: misc/bitwise: Terminal-based bitwise manipulator in curses (diff) |
- Allow building with lua 5.2
- Make LUA_CAIRO option default to on
Suggested by: lme
Notes
Notes:
svn path=/head/; revision=499597
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/conky/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/conky/Makefile b/sysutils/conky/Makefile index da9b20e9b997..c037fe357249 100644 --- a/sysutils/conky/Makefile +++ b/sysutils/conky/Makefile @@ -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 |