diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-03 13:25:07 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-03 13:25:07 +0000 |
commit | c558673f0bec6616efdfc5b86b5a243ba44e7a50 (patch) | |
tree | 90afa9b01d27a27562cef2bfc7c5d7598196f5d1 /devel/lua50-compat51 | |
parent | e7763f2d4ff246a14ef6b9c754aa5f05968c3c7e (diff) |
Notes
Diffstat (limited to 'devel/lua50-compat51')
-rw-r--r-- | devel/lua50-compat51/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/lua50-compat51/Makefile b/devel/lua50-compat51/Makefile index 81184fe7f65b..a4b7d5a7b8dc 100644 --- a/devel/lua50-compat51/Makefile +++ b/devel/lua50-compat51/Makefile @@ -14,7 +14,7 @@ DISTNAME= compat-${CVER}${CREV}.tar.gz MAINTAINER= andrew+ports@fubar.geek.nz COMMENT= Lua 5.1 package compatibility layer for Lua 5.0.x -BUILD_DEPENDS= ${LOCALBASE}/include/lua.h:${PORTSDIR}/lang/lua +BUILD_DEPENDS= ${LOCALBASE}/include/lua.h:${PORTSDIR}/lang/lua50 CONFLICTS= luasocket-2.0 |