diff options
author | marino <marino@FreeBSD.org> | 2014-08-18 04:11:46 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-08-18 04:11:46 +0800 |
commit | a9276770b193345808bd94df471347884bf0ccca (patch) | |
tree | 8e114d44988532396252df21bf2d989b3b6e9c97 /www/luakit | |
parent | ff78528853706a8c856d59478192ae069c699d51 (diff) | |
download | freebsd-ports-gnome-a9276770b193345808bd94df471347884bf0ccca.tar.gz freebsd-ports-gnome-a9276770b193345808bd94df471347884bf0ccca.tar.zst freebsd-ports-gnome-a9276770b193345808bd94df471347884bf0ccca.zip |
www/luakit: FIx invalid dependency declaration
Luakit is declared to use lua51, but has a run dependency on luafilesystem
which depends on lua52. Switch to luafilesystem-51 to fix, and when in
doubt, revbump.
PR: 192738
Submitted by: maintainer (Serpent)
Diffstat (limited to 'www/luakit')
-rw-r--r-- | www/luakit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/luakit/Makefile b/www/luakit/Makefile index 86106f2df7b8..2b65c716f700 100644 --- a/www/luakit/Makefile +++ b/www/luakit/Makefile @@ -3,7 +3,7 @@ PORTNAME= luakit PORTVERSION= 2012.09.13r1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MAINTAINER= ports@FreeBSD.org @@ -16,7 +16,7 @@ LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libsqlite3.so:${PORTSDIR}/databases/sqlite3 \ libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 \ libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique -RUN_DEPENDS= ${LUA_PKGNAMEPREFIX}luafilesystem>=0:${PORTSDIR}/devel/luafilesystem +RUN_DEPENDS= ${LUA_PKGNAMEPREFIX}luafilesystem>=0:${PORTSDIR}/devel/luafilesystem-51 USE_GITHUB= yes GH_ACCOUNT= mason-larobina |