diff options
author | dholland <dholland@pkgsrc.org> | 2013-12-08 03:30:31 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-12-08 03:30:31 +0000 |
commit | e21117f08c5c76dbb0ae4b68e617ee82e513ff8b (patch) | |
tree | a469162da74a6c7db4375a7b4da61c6eb0640bc3 /sysutils | |
parent | 3e06f5f02ade39d98a11afa69f348f46dcca0412 (diff) | |
download | pkgsrc-e21117f08c5c76dbb0ae4b68e617ee82e513ff8b.tar.gz |
Update PLIST for when lua support was disabled back in October. *cough*
Bump PKGREVISION, and update the comment about it, as devel/tolua++ got
removed.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/conky/Makefile | 8 | ||||
-rw-r--r-- | sysutils/conky/PLIST | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/sysutils/conky/Makefile b/sysutils/conky/Makefile index 78628748111..21dc727ff20 100644 --- a/sysutils/conky/Makefile +++ b/sysutils/conky/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2013/10/13 12:11:13 imil Exp $ +# $NetBSD: Makefile,v 1.19 2013/12/08 03:30:31 dholland Exp $ # DISTNAME= conky-1.9.0 -PKGREVISION= 14 +PKGREVISION= 15 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=conky/} EXTRACT_SUFX= .tar.bz2 @@ -19,8 +19,8 @@ USE_TOOLS+= pkg-config aclocal autoconf autoheader automake CONFIGURE_ARGS+= --enable-imlib2 CONFIGURE_ARGS+= --enable-curl --enable-rss CONFIGURE_ARGS+= --enable-weather-metar --enable-weather-xoap -# devel/tolua++ is deeply broken due to lua 5.1 to 5.2 update, disable lua -# support for now +# devel/tolua++ was deeply broken by the lua 5.1 to 5.2 update and got +# removed; disable lua support for now CONFIGURE_ARGS+= --disable-lua # CONFIGURE_ARGS+= --enable-lua-cairo --enable-lua-imlib2 diff --git a/sysutils/conky/PLIST b/sysutils/conky/PLIST index e9991d098d6..ae2d0bc3363 100644 --- a/sysutils/conky/PLIST +++ b/sysutils/conky/PLIST @@ -1,7 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2012/05/13 08:42:20 imil Exp $ +@comment $NetBSD: PLIST,v 1.2 2013/12/08 03:30:31 dholland Exp $ bin/conky -lib/conky/libcairo.la -lib/conky/libimlib2.la man/man1/conky.1 share/examples/conky/conky.conf share/examples/conky/conky_no_x11.conf |