diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-04 00:16:54 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-04 00:16:54 +0800 |
commit | 9448f8c5b007140d9323a7c6a05e5765a4cacf65 (patch) | |
tree | 2b3656c0fea7c7992accf0b3b4b73c9b9b5c9d79 /lang/tolua++ | |
parent | 8006b421c03b23657b312ac3025df770ae0bcb0e (diff) | |
download | freebsd-ports-graphics-9448f8c5b007140d9323a7c6a05e5765a4cacf65.tar.gz freebsd-ports-graphics-9448f8c5b007140d9323a7c6a05e5765a4cacf65.tar.zst freebsd-ports-graphics-9448f8c5b007140d9323a7c6a05e5765a4cacf65.zip |
Now builds on sparc64.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'lang/tolua++')
-rw-r--r-- | lang/tolua++/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/tolua++/Makefile b/lang/tolua++/Makefile index e0df72a457e..4dafd0b9d84 100644 --- a/lang/tolua++/Makefile +++ b/lang/tolua++/Makefile @@ -11,8 +11,6 @@ MASTER_SITES= http://www.codenix.com/~tolua/ \ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Extended version of tolua, a tool to integrate C/C++ code with Lua -BROKEN_sparc64= Does not install on sparc64 - USES= scons lua:51 tar:bzip2 MAKE_ARGS= prefix=${PREFIX} SONAME="libtolua++-${LUA_VER}.so" |