diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-05 14:44:42 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-05 14:44:42 +0800 |
commit | 713f269ae47713c95c1227911252f14ab9302d08 (patch) | |
tree | fe88270bd63af0affd7bb80bbeeac1adf16ab8aa /devel | |
parent | 9a3b2be95466ded01ce1516aa3c8c6f214a0fdb6 (diff) | |
download | freebsd-ports-gnome-713f269ae47713c95c1227911252f14ab9302d08.tar.gz freebsd-ports-gnome-713f269ae47713c95c1227911252f14ab9302d08.tar.zst freebsd-ports-gnome-713f269ae47713c95c1227911252f14ab9302d08.zip |
Mark as broken: does not build
common.c:64:17: error: lua.h: No such file or directory
common.c:65:21: error: lauxlib.h: No such file or directory
common.c:66:20: error: lualib.h: No such file or directory
Diffstat (limited to 'devel')
-rw-r--r-- | devel/lua50-dfui/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/lua50-dfui/Makefile b/devel/lua50-dfui/Makefile index b2bc5c462b18..d459182cc9d6 100644 --- a/devel/lua50-dfui/Makefile +++ b/devel/lua50-dfui/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lua50-dfui -# Date created: 18 April 2006 -# Whom: Andrew Turner <andrew+ports@fubar.geek.nz> -# +# Created by: Andrew Turner <andrew+ports@fubar.geek.nz> # $FreeBSD$ -# PORTNAME= dfui PORTVERSION= 0.1.20050901 @@ -16,6 +12,8 @@ DISTNAME= lua-dfui-0.1.20050901 MAINTAINER= ports@FreeBSD.org COMMENT= DFUI binding for Lua 5.0.x +BROKEN= Does not build + BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/lua50-compat51:extract LIB_DEPENDS= dfui4.4:${PORTSDIR}/devel/libdfui |