Configure fails without the runtime dependencies.

No build, no bump.

Failure pointed out by kili@
This commit is contained in:
bentley 2017-01-27 22:47:29 +00:00
parent 3e746fb126
commit 0237d7f6d1

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2017/01/27 08:34:57 bentley Exp $
# $OpenBSD: Makefile,v 1.2 2017/01/27 22:47:29 bentley Exp $
COMMENT = typesetting system and improved layout engine
@ -28,6 +28,9 @@ EXTRACT_ONLY = sile-$V.tar.bz2
MODULES = devel/gettext \
lang/lua
MODLUA_VERSION = 5.2
MODLUA_BUILD_DEPENDS += devel/lpeg \
devel/luafs \
textproc/luaexpat
MODLUA_RUN_DEPENDS += devel/lpeg \
devel/luafs \
textproc/luaexpat