diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-02-04 03:48:16 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-02-04 03:48:16 +0800 |
commit | 780c4e508df049c091622c85de55da2248a0580c (patch) | |
tree | 80a03c5808450dee1ba450c26e97f554f4e5e43c | |
parent | 73bfa7ae9508190f36684454cc58905969748035 (diff) | |
download | freebsd-ports-gnome-780c4e508df049c091622c85de55da2248a0580c.tar.gz freebsd-ports-gnome-780c4e508df049c091622c85de55da2248a0580c.tar.zst freebsd-ports-gnome-780c4e508df049c091622c85de55da2248a0580c.zip |
- Mark lua-gettext and lua-pty BROKEN, as they are unfetchable; no ports depend on them
-rw-r--r-- | devel/lua-gettext/Makefile | 2 | ||||
-rw-r--r-- | devel/lua-pty/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/devel/lua-gettext/Makefile b/devel/lua-gettext/Makefile index 103f87ba9179..fab88d2b00f8 100644 --- a/devel/lua-gettext/Makefile +++ b/devel/lua-gettext/Makefile @@ -13,6 +13,8 @@ DISTFILES= lua_gettext.c?rev=${CVER} gettext.lua?rev=${LVER} MAINTAINER= ports@FreeBSD.org COMMENT= Gettext binding for Lua 5 +BROKEN= doesn't fetch + USES= gettext lua:51 CVER= 1.15 diff --git a/devel/lua-pty/Makefile b/devel/lua-pty/Makefile index b3e0ec8411bb..713359495172 100644 --- a/devel/lua-pty/Makefile +++ b/devel/lua-pty/Makefile @@ -13,6 +13,8 @@ DISTFILES= pty.lua?rev=1.2 pty.c?rev=1.25 MAINTAINER= ports@FreeBSD.org COMMENT= Pty (pseudo-terminal) bindings for Lua 5 +BROKEN= doesn't fetch + USES= lua:51 PLIST_FILES= %%LUA_MODSHAREDIR%%/pty.lua \ |