diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-04-20 08:58:21 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-04-20 08:58:21 +0000 |
commit | ea6082d3cbcc60a4c3924c6db3114cd5e5cdf458 (patch) | |
tree | 64e3e7b102d393f369f90a04bdcab8fdb3ae3165 /net/luasocket/files/patch-Makefile | |
parent | - Add conflicts (diff) |
Add dependency on devel/lua-compat51 on don't install share/lua/5.0/compat-5.1.lua
PR: 96071
Submitted by: Andrew Turner <andrew+ports@fubar.geek.nz> (maintainer)
Diffstat (limited to 'net/luasocket/files/patch-Makefile')
-rw-r--r-- | net/luasocket/files/patch-Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/luasocket/files/patch-Makefile b/net/luasocket/files/patch-Makefile new file mode 100644 index 000000000000..8114a8536516 --- /dev/null +++ b/net/luasocket/files/patch-Makefile @@ -0,0 +1,10 @@ +--- Makefile.orig Mon Apr 17 11:33:50 2006 ++++ Makefile Mon Apr 17 11:33:57 2006 +@@ -25,7 +25,6 @@ + smtp.lua + + TO_TOP_SHARE:= \ +- $(COMPAT)/compat-5.1.lua \ + ltn12.lua \ + socket.lua \ + mime.lua |