diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-18 15:53:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-18 15:53:43 +0000 |
commit | c9d1e3963cabda508c95b54334c5e7db0dbd6827 (patch) | |
tree | 34bd5d9f7483482c8889ddb573fd38d247c40548 /net | |
parent | 93604d05831dd3ca75bb335fabf60b66560d02ff (diff) | |
download | ports-c9d1e3963cabda508c95b54334c5e7db0dbd6827.tar.gz ports-c9d1e3963cabda508c95b54334c5e7db0dbd6827.zip |
Second run a removing EOLed lua 5.0
devel/lua50-filename
devel/lua50-gettext
devel/lua50-posix
devel/lua50-pty
lang/tolua++50
lang/tolua50
net/lua50-luasocket
Approved by: apache (ohauer) and amdmi3
Notes
Notes:
svn path=/head/; revision=334215
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/lua50-luasocket/Makefile | 9 |
2 files changed, 0 insertions, 10 deletions
diff --git a/net/Makefile b/net/Makefile index 62360c76be94..a7428563d0dc 100644 --- a/net/Makefile +++ b/net/Makefile @@ -362,7 +362,6 @@ SUBDIR += liveMedia SUBDIR += lla SUBDIR += ltm - SUBDIR += lua50-luasocket SUBDIR += lualdap SUBDIR += luasocket SUBDIR += lvwimax diff --git a/net/lua50-luasocket/Makefile b/net/lua50-luasocket/Makefile deleted file mode 100644 index ddae426fa375..000000000000 --- a/net/lua50-luasocket/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# Created by: Andrew Turner <andrew+ports@fubar.geek.nz> -# $FreeBSD$ - -USE_LUA= 5.0 - -MASTERDIR= ${.CURDIR}/../luasocket - -NO_STAGE= yes -.include "${MASTERDIR}/Makefile" |