diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-05 22:16:13 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-05 22:16:13 +0000 |
commit | 614c914f3d10198f87c2a0967314ebd38ee721e6 (patch) | |
tree | 6fc90e7b6a06e37c8164c85f23af28765aef25c3 /lang/lua/Makefile | |
parent | Add gens, a Sega Genesis/CD/32X emulator (diff) |
- Enable popen(3) support
PR: ports/82959
Submitted by: Ed Schouten <ed@fxq.nl>
Approved by: Richard Kiss <him@richardkiss.com> (maintainer)
Diffstat (limited to '')
-rw-r--r-- | lang/lua/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/lua/Makefile b/lang/lua/Makefile index 227d4889b2a3..ca222ac39f8d 100644 --- a/lang/lua/Makefile +++ b/lang/lua/Makefile @@ -7,6 +7,7 @@ PORTNAME= lua PORTVERSION= 5.0.2 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://www.lua.org/ftp/ \ ftp://ftp.tecgraf.puc-rio.br/pub/lua/ \ |