aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-05-08 02:21:33 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-05-08 02:21:33 +0800
commit8743090191268b22f26cf4c15a0a86617ef41e14 (patch)
tree71a1d4a08ddfa962915816c1952ac6e2877fbdbd /lang
parent7d55e635aae800b7aabc76164d96449a53cbf858 (diff)
downloadfreebsd-ports-gnome-8743090191268b22f26cf4c15a0a86617ef41e14.tar.gz
freebsd-ports-gnome-8743090191268b22f26cf4c15a0a86617ef41e14.tar.zst
freebsd-ports-gnome-8743090191268b22f26cf4c15a0a86617ef41e14.zip
- Convert USE_BZIP2 to USES
Diffstat (limited to 'lang')
-rw-r--r--lang/tolua++/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/tolua++/Makefile b/lang/tolua++/Makefile
index 5d9181d050bd..55625d3e89a5 100644
--- a/lang/tolua++/Makefile
+++ b/lang/tolua++/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= http://www.codenix.com/~tolua/ \
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= An extended version of tolua, a tool to integrate C/C++ code with Lua
-USE_BZIP2= yes
+USES= tar:bzip2
USE_LUA= 5.1
USE_SCONS= yes
SCONS_ARGS= prefix=${PREFIX} SONAME="libtolua++-${LUA_VER}.so"