diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-26 23:28:28 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-26 23:28:28 +0800 |
commit | e6b8ed87b5e99e0ddfa7f575594f03f1992cf201 (patch) | |
tree | 1485083919fd5b153bf056ea17ac895ea758a8a9 /x11-toolkits | |
parent | 729d5d5ddb37fd2035af319a95b99466360a2e7e (diff) | |
download | freebsd-ports-graphics-e6b8ed87b5e99e0ddfa7f575594f03f1992cf201.tar.gz freebsd-ports-graphics-e6b8ed87b5e99e0ddfa7f575594f03f1992cf201.tar.zst freebsd-ports-graphics-e6b8ed87b5e99e0ddfa7f575594f03f1992cf201.zip |
Replace lang/lua with the new lang/lua51
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua
Approved by: portmgr (implicit)
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/elementary/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-toolkits/elementary/Makefile b/x11-toolkits/elementary/Makefile index 1515f175c25..7125e42f0f2 100644 --- a/x11-toolkits/elementary/Makefile +++ b/x11-toolkits/elementary/Makefile @@ -13,12 +13,10 @@ COMMENT= Simple widget toolkit using EFL LICENSE= LGPL21 DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= pathfix pkgconfig +USES= lua pathfix pkgconfig tar:bzip2 USE_EFL= ecore eio edbus efreet embryo edje emotion ethumb \ libtool_hack librt_hack modarch_hack -USE_LUA= 5.1+ USE_LDCONFIG= yes INSTALLS_ICONS= yes |