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-posix | |
parent | e7763f2d4ff246a14ef6b9c754aa5f05968c3c7e (diff) |
Notes
Diffstat (limited to 'devel/lua50-posix')
-rw-r--r-- | devel/lua50-posix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/lua50-posix/Makefile b/devel/lua50-posix/Makefile index 0e10e63b3bbc..26bfcb0a2000 100644 --- a/devel/lua50-posix/Makefile +++ b/devel/lua50-posix/Makefile @@ -14,7 +14,7 @@ DISTFILES= lposix.tar.gz MAINTAINER= andrew+ports@fubar.geek.nz COMMENT= A POSIX layer for Lua -BUILD_DEPENDS= ${LOCALBASE}/include/lua.h:${PORTSDIR}/lang/lua +BUILD_DEPENDS= ${LOCALBASE}/include/lua.h:${PORTSDIR}/lang/lua50 WRKSRC= ${WRKDIR}/posix |